diff --git a/flypg/launcher.go b/flypg/launcher.go index 535b5f6c78..966156d234 100644 --- a/flypg/launcher.go +++ b/flypg/launcher.go @@ -175,8 +175,7 @@ func (l *Launcher) LaunchMachinesPostgres(ctx context.Context, config *CreateClu fmt.Fprintln(io.Out) fmt.Fprintln(io.Out, colorize.Bold("Connect to postgres")) - fmt.Fprintf(io.Out, "Any app within the %s organization can connect to this Postgres using the following credentials:\n", config.Organization.Name) - fmt.Fprintf(io.Out, "For example: %s\n", connStr) + fmt.Fprintf(io.Out, "Any app within the %s organization can connect to this Postgres using the following connection string:\n", config.Organization.Name) fmt.Fprintln(io.Out) fmt.Fprintln(io.Out, "Now that you've set up postgres, here's what you need to understand: https://fly.io/docs/reference/postgres-whats-next/")