Skip to content

Commit

Permalink
doc:Fix grammar error (Azure#12765)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiasli authored Mar 27, 2020
1 parent 957ef3d commit 44c8c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/azure-cli/azure/cli/command_modules/role/custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -1388,7 +1388,7 @@ def create_service_principal_for_rbac(
}
if cert_file:
logger.warning(
"Please copy %s to a safe place. When run 'az login' provide the file path to the --password argument",
"Please copy %s to a safe place. When you run 'az login', provide the file path in the --password argument",
cert_file)
result['fileWithCertAndPrivateKey'] = cert_file
return result
Expand Down

0 comments on commit 44c8c0a

Please sign in to comment.