Unverified Commit 72fe7396 authored by martgras's avatar martgras Committed by GitHub
Browse files

spelling mistake in error message

parent 03140865
...@@ -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