Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Commit

Permalink
Fix typo for source instead of srouce (#39)
Browse files Browse the repository at this point in the history
* Fix typo for source instead of srouce

* Update src/Valet/Commands/Circle/Common.cs

Co-authored-by: Ethan Dennis <[email protected]>
  • Loading branch information
korosuke613 and ethanis authored May 27, 2022
1 parent cc04762 commit 34e0241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Valet/Commands/Circle/Common.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public static class Common
IsRequired = false,
};

public static readonly Option<string> SourceGitHubAccessToken = new(new[] { "-s", "--circle-ci--srouce-github-access-token" })
public static readonly Option<string> SourceGitHubAccessToken = new(new[] { "-s", "--circle-ci-source-github-access-token" })
{
Description = "Access token for the source GitHub instance.",
IsRequired = false,
Expand Down

0 comments on commit 34e0241

Please sign in to comment.