Skip to content

Commit 96a06b5

Browse files
committed
Add missing '
1 parent 1a37a1a commit 96a06b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/flypg/repmgr.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ func (r *RepMgr) setDefaults() {
144144
"use_replication_slots": "yes",
145145
"promote_command": fmt.Sprintf("'repmgr standby promote -f %s --log-to-file'", r.ConfigPath),
146146
"follow_command": fmt.Sprintf("'repmgr standby follow -f %s --log-to-file --upstream-node-id=%%n'", r.ConfigPath),
147-
"event_notification_command": fmt.Sprintf("'/usr/local/bin/event_handler -node-id %%n -event %%e -success %%s -details \"%%d\""),
147+
"event_notification_command": fmt.Sprintf("'/usr/local/bin/event_handler -node-id %%n -event %%e -success %%s -details \"%%d\"'"),
148148
"event_notifications": "'child_node_disconnect,child_node_reconnect,child_node_new_connect'",
149149
"location": r.Region,
150150
"primary_visibility_consensus": true,

0 commit comments

Comments
 (0)