1
0
Fork 0
mirror of https://github.com/kastenhq/kubestr.git synced 2024-12-14 11:57:56 +00:00

additional sleep

This commit is contained in:
Sirish Bathina 2020-10-15 15:19:54 -10:00
parent b3b9f9d4cc
commit 9bb782b8de

View file

@ -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()