1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

netcmd/domain: fix a typo in message

Signed-off-by: Joe Guo <joeg@catalyst.net.nz>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
This commit is contained in:
Joe Guo 2018-06-06 10:37:20 +12:00 committed by Douglas Bagnall
parent d445704050
commit ab28a64f5e

View File

@ -798,7 +798,7 @@ class cmd_domain_demote(Command):
raise CommandError("Unable to search for servers")
if (len(res) == 1):
raise CommandError("You are the latest server in the domain")
raise CommandError("You are the last server in the domain")
server = None
for e in res: