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
46e62f1a
Commit
46e62f1a
authored
Sep 12, 2021
by
Christophe B Billheimer
Browse files
fix typo
parent
c5c20140
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_1984hosting.sh
View file @
46e62f1a
...
...
@@ -222,7 +222,7 @@ _get_zone_id() {
_debug2 _response
"
$_response
"
_zone_id
=
"
$(
echo
"
$_response
"
| _egrep_o
'zone\/[0-9]+'
)
"
_debug2 _zone_id
"
$_zone_id
"
if
[
-z
"
$zone_id
"
]
;
then
if
[
-z
"
$
_
zone_id
"
]
;
then
_err
"Error getting _zone_id for
$1
"
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