Skip to content

Commit

Permalink
Fix follow help text typo (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
felicianotech committed Sep 15, 2022
1 parent e5194c1 commit 1ae7c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arc/cmd/follow.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var followCmd = &cobra.Command{
RunE: func(cmd *cobra.Command, args []string) error {

if os.Getenv("CIRCLECI_TOKEN") == "" {
return fmt.Errorf("The CircleCI token hasn't been set in the evironment.")
return fmt.Errorf("The CircleCI token hasn't been set in the environment.")
}

output, err := exec.Command("git", "remote", "get-url", "origin").CombinedOutput()
Expand Down

0 comments on commit 1ae7c13

Please sign in to comment.