mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-06-18 19:29:29 -04:00
Reduce activation indication movement (#215)
This commit is contained in:
parent
e4963b0511
commit
b668b8ed2b
3 changed files with 3 additions and 3 deletions
|
@ -124,7 +124,7 @@ func initialize(cmd *cobra.Command, newDialer func(validator *cloudcmd.Validator
|
|||
return fmt.Errorf("parsing or generating master secret from file %s: %w", flags.masterSecretPath, err)
|
||||
}
|
||||
|
||||
spinner := newSpinner(cmd, "Initializing cluster ", true)
|
||||
spinner := newSpinner(cmd, "Initializing cluster ", false)
|
||||
spinner.Start()
|
||||
req := &initproto.InitRequest{
|
||||
MasterSecret: masterSecret.Key,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue