Fix error message (#11862)

This commit is contained in:
Next Turn 2020-02-19 05:07:09 +08:00 committed by GitHub
parent 1e5655b48c
commit 8522038cd8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2473,7 +2473,7 @@ namespace Microsoft.PowerShell.Commands
service,
exception,
"CouldNotRemoveService",
ServiceResources.CouldNotSetService,
ServiceResources.CouldNotRemoveService,
ErrorCategory.PermissionDenied);
return;
}