From 7c471467f9a17ad0b124e7a03caf2a7904b2ab52 Mon Sep 17 00:00:00 2001 From: CristhianF7 Date: Thu, 14 Mar 2024 12:41:05 -0500 Subject: [PATCH] feat: akamai estimated time --- cmd/akamai/create.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/akamai/create.go b/cmd/akamai/create.go index 0135ec70a..1df59c68f 100644 --- a/cmd/akamai/create.go +++ b/cmd/akamai/create.go @@ -29,7 +29,7 @@ func createAkamai(cmd *cobra.Command, args []string) error { return nil } - progress.DisplayLogHints(15) + progress.DisplayLogHints(25) isValid, catalogApps, err := catalog.ValidateCatalogApps(cliFlags.InstallCatalogApps) if !isValid {