Skip to content

Commit

Permalink
Update tembo-operator/src/psql.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
sjmiller609 authored Dec 18, 2023
1 parent 7976189 commit a53f239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tembo-operator/src/psql.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ impl PsqlCommand {
let psql_command = vec![
String::from("psql"),
format!(
"dbname=\"{}\" application_name=tembo-system",
"\"dbname={} application_name=tembo-system\"",
self.database.clone()
),
String::from("-c"),
Expand Down

0 comments on commit a53f239

Please sign in to comment.