We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acf7920 commit 8a02ea6Copy full SHA for 8a02ea6
1 file changed
handlers/demo.go
@@ -12,7 +12,7 @@ import (
12
func Demo(ctx *cli.Context) {
13
c, err := config.Read(ctx.GlobalString("config"))
14
if err != nil {
15
- fmt.Println(nil)
+ fmt.Println(err)
16
return
17
}
18
0 commit comments