Skip to content

Commit

Permalink
Update integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
begonaguereca committed Nov 6, 2024
1 parent 9537674 commit fbf1c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OctoshiftCLI.IntegrationTests/BbsToGithub.cs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ await retryPolicy.Retry(async () =>
}
else if (uploadOption == ArchiveUploadOption.GithubStorage)
{
archiveUploadOptions = " --use-github-storage true";
archiveUploadOptions = " --use-github-storage";
}

await _targetHelper.RunBbsCliMigration(
Expand Down

0 comments on commit fbf1c8d

Please sign in to comment.