mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
cli: fix renamed flag for mini-constellation (#2662)
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
b3c734b804
commit
581ae0f92a
@ -103,7 +103,7 @@ func (m *miniUpCmd) up(cmd *cobra.Command) (retErr error) {
|
||||
cmd.Flags().Bool("yes", true, "")
|
||||
cmd.Flags().Bool("skip-helm-wait", false, "")
|
||||
cmd.Flags().Bool("conformance", false, "")
|
||||
cmd.Flags().Duration("timeout", time.Hour, "")
|
||||
cmd.Flags().Duration("helm-timeout", time.Hour, "")
|
||||
|
||||
// create and initialize the cluster
|
||||
if err := runApply(cmd, nil); err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user