Commit bf8d4b37 authored by Adam Reese's avatar Adam Reese
Browse files

fix(cmd): prevent cmd init functions from racing

No running in the halls!
parent a2e928ad
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -13,7 +13,7 @@ var version = "0.0.1"
var commands []cli.Command
func init() {
commands = cmds()
addCommands(cmds()...)
}
func main() {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment