Skip to content

Commit

Permalink
CLOUDP-200470 Quote connection string
Browse files Browse the repository at this point in the history
  • Loading branch information
fmenezes committed Oct 31, 2024
1 parent 638c43f commit 97b1b86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/cli/deployments/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,8 @@ func (opts *SetupOpts) runLocal(ctx context.Context) error {
}

_, _ = log.Warningln("Deployment created!")
_, _ = fmt.Fprintf(opts.OutWriter, "Connection string: %s\n", cs)
_, _ = fmt.Fprintf(opts.OutWriter, `Connection string: "%s"
`, cs)
_, _ = log.Warningln("")

return opts.runConnectWith(cs)
Expand Down

0 comments on commit 97b1b86

Please sign in to comment.