Fix downloading of assets in pmctl
This commit is contained in:
@@ -35,7 +35,7 @@ var (
|
||||
},
|
||||
Beta: false,
|
||||
DevMode: false,
|
||||
Online: false,
|
||||
Online: true, // is disabled later based on command
|
||||
}
|
||||
|
||||
rootCmd = &cobra.Command{
|
||||
|
||||
Reference in New Issue
Block a user