Skip to content

Commit 8a02ea6

Browse files
committed
Fix completely ridiculous mistake
1 parent acf7920 commit 8a02ea6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

handlers/demo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
func Demo(ctx *cli.Context) {
1313
c, err := config.Read(ctx.GlobalString("config"))
1414
if err != nil {
15-
fmt.Println(nil)
15+
fmt.Println(err)
1616
return
1717
}
1818

0 commit comments

Comments
 (0)