Skip to content

Commit

Permalink
Update src/gei/Commands/MigrateRepo/MigrateRepoCommandHandler.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Dylan Smith <[email protected]>
  • Loading branch information
begonaguereca and dylan-smith authored Nov 13, 2024
1 parent f4bda36 commit b448531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gei/Commands/MigrateRepo/MigrateRepoCommandHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ private void ValidateGHESOptions(MigrateRepoCommandArgs args, bool cloudCredenti

if (args.UseGithubStorage)
{
_log.LogWarning("Provding the --use-github-storage flag will supersede any credentials you have configured in your GitHub Enterprise Server (GHES) Management Console.");
_log.LogWarning("Providing the --use-github-storage flag will supersede any credentials you have configured in your GitHub Enterprise Server (GHES) Management Console.");
}

if (args.KeepArchive)
Expand Down

0 comments on commit b448531

Please sign in to comment.