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:
parent
d445704050
commit
ab28a64f5e
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user