mirror of
https://github.com/google/nomulus.git
synced 2025-04-30 12:07:51 +02:00
Fix a typo (#2031)
This commit is contained in:
parent
d18ef9529f
commit
0e1a60a3b8
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ final class UpdateDomainCommand extends CreateOrUpdateDomainCommand {
|
||||||
checkArgument(
|
checkArgument(
|
||||||
!domain.getStatusValues().contains(SERVER_UPDATE_PROHIBITED),
|
!domain.getStatusValues().contains(SERVER_UPDATE_PROHIBITED),
|
||||||
"The domain '%s' has status SERVER_UPDATE_PROHIBITED. Verify that you are allowed "
|
"The domain '%s' has status SERVER_UPDATE_PROHIBITED. Verify that you are allowed "
|
||||||
+ "to make updates, and if so, use the domain_unlock command to enable updates.",
|
+ "to make updates, and if so, use the unlock_domain command to enable updates.",
|
||||||
domainName);
|
domainName);
|
||||||
checkArgument(
|
checkArgument(
|
||||||
!domain.getStatusValues().contains(PENDING_DELETE) || forceInPendingDelete,
|
!domain.getStatusValues().contains(PENDING_DELETE) || forceInPendingDelete,
|
||||||
|
|
Loading…
Add table
Reference in a new issue