Skip to content

Commit

Permalink
feat: akamai estimated time (#2117)
Browse files Browse the repository at this point in the history
Co-authored-by: Frédéric Harper <[email protected]>
  • Loading branch information
CristhianF7 and fharper authored May 21, 2024
1 parent 4d4f3b6 commit 986fea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/akamai/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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 {
Expand Down

0 comments on commit 986fea4

Please sign in to comment.