Skip to content

Commit

Permalink
Remove the now word from the app push command output log (#2287)
Browse files Browse the repository at this point in the history
Co-authored-by: Marcin Dobrochowski <39153236+anoipm@users.noreply.github.com>
  • Loading branch information
pPrecel and anoipm authored Dec 17, 2024
1 parent 106ac4c commit 9e68ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/alpha/app/push.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ func runAppPush(cfg *appPushConfig) clierror.Error {
return clierror.Wrap(err, clierror.New("failed to create API Rule", "Make sure API Gateway module is installed", "Make sure APIRule is available in v2alpha1 version"))
}

fmt.Printf("\nThe %s app is now available under the https://%s/ address\n", cfg.name, host)
fmt.Printf("\nThe %s app is available under the https://%s/ address\n", cfg.name, host)
}

return nil
Expand Down

0 comments on commit 9e68ec3

Please sign in to comment.