Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 59a15f3

Browse files
committed
Merge branch 'default-users' into multihost-catchup
2 parents e14033a + 8a38d7c commit 59a15f3

File tree

1 file changed

+1
-1
lines changed
  • testgres/plugins/pg_probackup2/pg_probackup2

1 file changed

+1
-1
lines changed

testgres/plugins/pg_probackup2/pg_probackup2/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ def catchup_node(
402402
'--destination-pgdata={0}'.format(destination_node.data_dir)
403403
]
404404
if self.remote:
405-
cmd_list += [f'--remote-proto=ssh', '--remote-host={remote_host}']
405+
cmd_list += ['--remote-proto=ssh', f'--remote-host={remote_host}']
406406
if remote_port:
407407
cmd_list.append(f'--remote-port={remote_port}')
408408
if self.verbose:

0 commit comments

Comments
 (0)