Fix downloading of assets in pmctl

This commit is contained in:
Daniel
2020-06-20 16:06:36 +02:00
parent b3fb2564ea
commit 95be1085bc
2 changed files with 2 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ var (
},
Beta: false,
DevMode: false,
Online: false,
Online: true, // is disabled later based on command
}
rootCmd = &cobra.Command{