From 40e94635b2874b97fe4a5af88ed75b9073dede06 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Mon, 8 Oct 2018 09:36:28 +0900 Subject: [PATCH] doc: fix typo in repmgr.conf.sample --- repmgr.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repmgr.conf.sample b/repmgr.conf.sample index b77ba5a2..32c326ab 100644 --- a/repmgr.conf.sample +++ b/repmgr.conf.sample @@ -165,7 +165,7 @@ # Examples: # # pg_ctl_options='-s' -# pg_basebackup_options='--label=repmgr_backup +# pg_basebackup_options='--label=repmgr_backup' # rsync_options=--archive --checksum --compress --progress --rsh="ssh -o \"StrictHostKeyChecking no\"" # ssh_options=-o "StrictHostKeyChecking no"