mirror of
https://github.com/google/nomulus
synced 2026-01-04 04:04:22 +00:00
Fix a typo (#2031)
This commit is contained in:
@@ -190,7 +190,7 @@ final class UpdateDomainCommand extends CreateOrUpdateDomainCommand {
|
||||
checkArgument(
|
||||
!domain.getStatusValues().contains(SERVER_UPDATE_PROHIBITED),
|
||||
"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);
|
||||
checkArgument(
|
||||
!domain.getStatusValues().contains(PENDING_DELETE) || forceInPendingDelete,
|
||||
|
||||
Reference in New Issue
Block a user