Unverified Commit cfd086a1 authored by neil's avatar neil Committed by GitHub
Browse files

Merge pull request #1224 from martgras/patch-1

dns_azure - spelling  mistake in error message
parents 03140865 72fe7396
...@@ -30,7 +30,7 @@ dns_azure_add() { ...@@ -30,7 +30,7 @@ dns_azure_add() {
AZUREDNS_TENANTID="" AZUREDNS_TENANTID=""
AZUREDNS_APPID="" AZUREDNS_APPID=""
AZUREDNS_CLIENTSECRET="" AZUREDNS_CLIENTSECRET=""
_err "You didn't specify then Azure Tenant ID " _err "You didn't specify the Azure Tenant ID "
return 1 return 1
fi fi
...@@ -125,7 +125,7 @@ dns_azure_rm() { ...@@ -125,7 +125,7 @@ dns_azure_rm() {
AZUREDNS_TENANTID="" AZUREDNS_TENANTID=""
AZUREDNS_APPID="" AZUREDNS_APPID=""
AZUREDNS_CLIENTSECRET="" AZUREDNS_CLIENTSECRET=""
_err "You didn't specify Azure Client Secret" _err "You didn't specify the Azure Client Secret"
return 1 return 1
fi fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment