Change name of cluster in patronictl command

This commit is contained in:
Joshua Boniface 2020-01-06 16:37:17 -05:00
parent 2d2bdb879e
commit 38dae8b32f
1 changed files with 1 additions and 1 deletions

View File

@ -439,7 +439,7 @@ class NodeInstance(object):
switchover switchover
--candidate {} --candidate {}
--force --force
pvcdns pvc
""".format(self.name) """.format(self.name)
) )