doc: add single quotes to "barman_config" example.

Mandatory from repmgr 5.x.
This commit is contained in:
Ian Barwick
2019-11-07 14:23:04 +09:00
parent 25fb24eee4
commit 93acdcfda2

View File

@@ -112,7 +112,7 @@
To use a non-default Barman configuration file on the Barman server,
specify this in <filename>repmgr.conf</filename> with <filename>barman_config</filename>:
<programlisting>
barman_config=/path/to/barman.conf</programlisting>
barman_config='/path/to/barman.conf'</programlisting>
</para>
</note>