mirror of
https://github.com/kastenhq/kubestr.git
synced 2024-12-14 11:57:56 +00:00
additional sleep
This commit is contained in:
parent
b3b9f9d4cc
commit
9bb782b8de
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ func Baseline(ctx context.Context, output string) {
|
|||
}
|
||||
fmt.Println("Available Storage Provisioners:")
|
||||
fmt.Println()
|
||||
time.Sleep(500 * time.Millisecond)
|
||||
for _, provisioner := range provisionerList {
|
||||
provisioner.Print()
|
||||
fmt.Println()
|
||||
|
|
Loading…
Reference in a new issue