Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
cfd086a1
Unverified
Commit
cfd086a1
authored
Jan 26, 2018
by
neil
Committed by
GitHub
Jan 26, 2018
Browse files
Merge pull request #1224 from martgras/patch-1
dns_azure - spelling mistake in error message
parents
03140865
72fe7396
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_azure.sh
View file @
cfd086a1
...
...
@@ -30,7 +30,7 @@ dns_azure_add() {
AZUREDNS_TENANTID
=
""
AZUREDNS_APPID
=
""
AZUREDNS_CLIENTSECRET
=
""
_err
"You didn't specify the
n
Azure Tenant ID "
_err
"You didn't specify the Azure Tenant ID "
return
1
fi
...
...
@@ -125,7 +125,7 @@ dns_azure_rm() {
AZUREDNS_TENANTID
=
""
AZUREDNS_APPID
=
""
AZUREDNS_CLIENTSECRET
=
""
_err
"You didn't specify Azure Client Secret"
_err
"You didn't specify
the
Azure Client Secret"
return
1
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment