Skip to content

Commit 9e68ec3

Browse files
pPrecelanoipm
andauthored
Remove the now word from the app push command output log (#2287)
Co-authored-by: Marcin Dobrochowski <[email protected]>
1 parent 106ac4c commit 9e68ec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cmd/alpha/app/push.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ func runAppPush(cfg *appPushConfig) clierror.Error {
176176
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"))
177177
}
178178

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

182182
return nil

0 commit comments

Comments
 (0)