We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 638c43f commit bc1ed77Copy full SHA for bc1ed77
internal/cli/deployments/setup.go
@@ -588,7 +588,8 @@ func (opts *SetupOpts) runLocal(ctx context.Context) error {
588
}
589
590
_, _ = log.Warningln("Deployment created!")
591
- _, _ = fmt.Fprintf(opts.OutWriter, "Connection string: %s\n", cs)
+ _, _ = fmt.Fprintf(opts.OutWriter, `Connection string: "%s"
592
+`, cs)
593
_, _ = log.Warningln("")
594
595
return opts.runConnectWith(cs)
0 commit comments