Skip to content

Commit

Permalink
Remove redundant message on pg cluster creation (#1455)
Browse files Browse the repository at this point in the history
  • Loading branch information
catflydotio committed Nov 13, 2022
1 parent eeef66a commit ff6d159
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flypg/launcher.go
Expand Up @@ -180,8 +180,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/")
Expand Down

0 comments on commit ff6d159

Please sign in to comment.