Skip to content

Commit

Permalink
Merge pull request #268 from joshmgross/main
Browse files Browse the repository at this point in the history
Add newline to connection established string
  • Loading branch information
iheanyi committed May 24, 2021
2 parents 7e38647 + 358f69a commit cad25d7
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 cad25d7

Please sign in to comment.