Skip to content

Commit

Permalink
Add conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
begonaguereca committed Nov 12, 2024
1 parent 0f8aa98 commit 66b9ca7
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 (blobCredentialsRequired)
if (args.UseGithubStorage && blobCredentialsRequired)
{
_log.LogInformation("Archives uploaded to blob storage, now starting migration...");
}
Expand Down

0 comments on commit 66b9ca7

Please sign in to comment.