Skip to content

Commit

Permalink
Remove extra "your" from short description for set command
Browse files Browse the repository at this point in the history
Eagle Eye @perrybranch-galvanize gets all the thanks for catching this.
  • Loading branch information
Curtis Schlak committed Mar 26, 2024
1 parent 7cd1f96 commit cd63bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/cmd/set.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func NewSetCommand() *cobra.Command {

var setCmd = &cobra.Command{
Use: "set",
Short: fmt.Sprintf("Set your your credentials in %s", appConfig.ConfigPath()),
Short: fmt.Sprintf("Set your credentials in %s", appConfig.ConfigPath()),
Long: fmt.Sprintf(`In order to use learn resources through our CLI you must set your
credentials inside %s
`, appConfig.ConfigPath()),
Expand Down

0 comments on commit cd63bdc

Please sign in to comment.