1
0
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:
Matthew Jones 2015-06-26 15:35:33 -04:00
parent 05f56c805a
commit 414394afa0

View File

@ -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()