From d91cb6fc77b46d6c0a901f1a572b25932c5e795d Mon Sep 17 00:00:00 2001 From: Unknown Date: Thu, 5 Dec 2013 08:47:51 -0500 Subject: [PATCH] Added ide mode --- log/log.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"),