diff --git a/log/log.go b/log/log.go index 0cf9d3932..01ad97a9f 100644 --- a/log/log.go +++ b/log/log.go @@ -100,7 +100,7 @@ func Message(hl, msg string) { func Help(format string, args ...interface{}) { if PureMode { - help(format, atgs...) + help(format, args...) } fmt.Printf("gopm %s %s\n", brush.Cyan("HELP"),