Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Edaena Salinas authored and Edaena Salinas committed Apr 13, 2020
1 parent 063e51c commit 4e82b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
"service-create-cmd-failed": "Service create command was not successfully executed. Error occurred adding service '{0}' to project '{1}'.",
"service-create-cmd-port-invalid-err": "The value for --k8s-service-port was not a valid port number. Provide a valid port number",
"service-create-cmd-init-dependency-err": "Could not locate file information in bedrock.yaml. Run `spk project init` before running this command to initialize the project.",
"service-create-cmd-init-cvg-dependency-err": "hasVariableGroups was not set file information in bedrock.yaml. Run `spk project init` and `spk project cvg` commands before running this command to initialize the project.",
"service-create-cmd-init-cvg-dependency-err": "Value for 'hasVariableGroups' in bedrock.yaml is missing. Run `spk project init` and `spk project cvg` commands before running this command to initialize the project.",

"az-cli-login-err": "Could not login through azure cli.",
"az-cli-create-sp-err": "Could not create service principal with azure cli",
Expand Down

0 comments on commit 4e82b22

Please sign in to comment.