mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Add missing space in error string
Reviewed-By: Rob Crittenden <rcritten@redhat.com>
This commit is contained in:
parent
cf25823e99
commit
816daf9355
@ -564,7 +564,7 @@ def check_remote_version(client, local_version):
|
||||
remote_version = parse_version(env['version'])
|
||||
if remote_version > local_version:
|
||||
raise ScriptError(
|
||||
"Cannot install replica of a server of higher version ({}) than"
|
||||
"Cannot install replica of a server of higher version ({}) than "
|
||||
"the local version ({})".format(remote_version, local_version))
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user