Skip to content

Commit

Permalink
Alright, let's not use the wrong variables here.
Browse files Browse the repository at this point in the history
  • Loading branch information
vifino committed Nov 26, 2015
1 parent 671b9ec commit 8d86eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion carbon.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ func main() {
if *script_flag == "" {
script = flag.Arg(0)
} else {
script = *script
script = *script_flag
}

if *doDebug == false {
Expand Down

0 comments on commit 8d86eee

Please sign in to comment.