Skip to content

Commit

Permalink
customizing success message arduino config init
Browse files Browse the repository at this point in the history
  • Loading branch information
saniales committed Aug 29, 2017
1 parent 73a4cd8 commit 8956cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/arduino_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func executeConfigInitCommand(cmd *cobra.Command, args []string) {
if err != nil {
formatter.PrintErrorMessage(fmt.Sprint("Config file creation error: ", err))
} else {
formatter.PrintResult("success")
formatter.PrintResult("Config file PATH: " + arduinoConfigInitFlags.Location)
}
}

Expand Down

0 comments on commit 8956cbc

Please sign in to comment.