Skip to content

Commit

Permalink
Add newline to connection established string
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmgross committed May 24, 2021
1 parent 7e38647 commit 358f69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/connect/connect.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ func runProxy(proxyOpts proxy.Options, database, branch string, ready chan strin
return
}

fmt.Printf("Secure connection to database %s and branch %s is established!.\n\nLocal address to connect your application: %s (press ctrl-c to quit)",
fmt.Printf("Secure connection to database %s and branch %s is established!.\n\nLocal address to connect your application: %s (press ctrl-c to quit)\n",
printer.BoldBlue(database),
printer.BoldBlue(branch),
printer.BoldBlue(addr.String()),
Expand Down

0 comments on commit 358f69a

Please sign in to comment.