mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 23:51:09 +03:00
can not -> cannot (even though they are both correct)
This commit is contained in:
parent
05f56c805a
commit
414394afa0
@ -33,7 +33,7 @@ class Command(BaseCommandInstance):
|
||||
|
||||
# Sanity check: Do not remove the primary instance.
|
||||
if instance.primary:
|
||||
raise CommandError('Can not remove primary instance %s. Another instance must be promoted to primary first.' % instance_str(instance))
|
||||
raise CommandError('Cannot remove primary instance %s. Another instance must be promoted to primary first.' % instance_str(instance))
|
||||
|
||||
# Remove the instance.
|
||||
instance.delete()
|
||||
|
Loading…
Reference in New Issue
Block a user