Skip to content

Commit

Permalink
Modify print.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandeep Jadoonanan committed Nov 2, 2017
1 parent 0df5b8c commit 5aaabb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/open.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var OpenCmd = &cobra.Command{
filename, err := resolveFilename(cmd)
handleErr(err)

fmt.Printf("Opening config file. (%v)\n", filename)
fmt.Printf("Opening config file at %v\n", filename)

if err := exec.Command("open", filename).Run(); err != nil {
log.Fatal("Error when opening the config file.")
Expand Down

0 comments on commit 5aaabb0

Please sign in to comment.