Skip to content

Commit

Permalink
fix: Extra spacing in touch prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
nadeesha authored Oct 30, 2021
1 parent 415f71e commit 9df40d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/token/token.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ PARSE_NETRC:

if err != nil {
log.Println("Error opening your .netrc file.")
log.Println("Trying to $ touch ", path)
log.Println("Trying to $ touch", path)

cmd1 := exec.Command("/bin/sh", "-c", fmt.Sprintf("touch %s", path))
cmd1.Stdout = os.Stdout
Expand Down

0 comments on commit 9df40d8

Please sign in to comment.