From 8d86eee0ebbbc8acee19dd9b4e502c748f73000f Mon Sep 17 00:00:00 2001 From: Adrian Pistol Date: Thu, 26 Nov 2015 10:11:14 +0100 Subject: [PATCH] Alright, let's not use the wrong variables here. --- carbon.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/carbon.go b/carbon.go index b48246c..e911e9a 100644 --- a/carbon.go +++ b/carbon.go @@ -223,7 +223,7 @@ func main() { if *script_flag == "" { script = flag.Arg(0) } else { - script = *script + script = *script_flag } if *doDebug == false {