Skip to content

Commit

Permalink
Update src/Octoshift/Commands/AbortMigration/AbortMigrationCommandBas…
Browse files Browse the repository at this point in the history
…e.cs

Co-authored-by: Arin Ghazarian <[email protected]>
  • Loading branch information
brianaj and ArinGhazarian authored Feb 7, 2024
1 parent 0f8e926 commit 16a59c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public AbortMigrationCommandBase() : base(
{
Description = "Display more information to the console."
};
public Option<string> TargetApiUrl { get; } = new("--target-api-url")
public virtual Option<string> TargetApiUrl { get; } = new("--target-api-url")
{
Description = "The URL of the target API, if not migrating to github.com. Defaults to https://api.github.com"
};
Expand Down

0 comments on commit 16a59c2

Please sign in to comment.