Skip to content

Commit

Permalink
param strikes back
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJoiner committed Feb 3, 2025
1 parent f6e6ef4 commit 369ced8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func (app *Settings) BuildConnectionString(withSearchPath bool) string {
if app.SSLMode != "" {
sslMode = app.SSLMode
}
cs := fmt.Sprintf("user=%s password=%s dbname=%s host=%s port=%s sslMode=%s",
cs := fmt.Sprintf("user=%s password=%s dbname=%s host=%s port=%s sslmode=%s",
app.User,
app.Password,
app.Name,
Expand Down

0 comments on commit 369ced8

Please sign in to comment.