Skip to content

Commit

Permalink
nit changes (#3674)
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshsharma14317 authored Dec 11, 2023
1 parent 7c667ed commit 26d112b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cmd/deploy/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ func DeployCmd(ch *cmdutil.Helper) *cobra.Command {
// Run flow to check connector credentials
variablesFlow(ctx, ch, fullProjectPath, name)
if res.Project.FrontendUrl != "" {
ch.Printer.PrintlnSuccess(fmt.Sprintf("Your project can be accessed at: %s" + res.Project.FrontendUrl))
ch.Printer.PrintlnSuccess(fmt.Sprintf("Your project can be accessed at: %s", res.Project.FrontendUrl))
// TODO :: add a doc link here
ch.Printer.PrintlnSuccess("Opening project in browser...")
time.Sleep(3 * time.Second)
Expand Down

0 comments on commit 26d112b

Please sign in to comment.