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: Arin Ghazarian <aringhazarian@github.com>
  • Loading branch information
begonaguereca and ArinGhazarian authored Nov 13, 2024
1 parent 66b9ca7 commit 4bce2ef
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 @@ -116,7 +116,7 @@ public async Task Handle(MigrateRepoCommandArgs args)
args.UseGithubStorage
);

if (args.UseGithubStorage && blobCredentialsRequired)
if (args.UseGithubStorage || blobCredentialsRequired)
{
_log.LogInformation("Archives uploaded to blob storage, now starting migration...");
}
Expand Down

0 comments on commit 4bce2ef

Please sign in to comment.