Reduce activation indication movement (#215)

This commit is contained in:
Paul Meyer 2022-10-06 11:20:01 +02:00 committed by GitHub
parent e4963b0511
commit b668b8ed2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -114,7 +114,7 @@ func create(cmd *cobra.Command, creator cloudCreator, fileHandler file.Handler)
}
}
spinner := newSpinner(cmd, "Loading ", true)
spinner := newSpinner(cmd, "Creating", false)
spinner.Start()
state, err := creator.Create(cmd.Context(), provider, config, flags.name, instanceType, flags.controllerCount, flags.workerCount)
spinner.Stop()