Browse Source
dns_linode_v4.sh: remove uneeeded extra space (shfmt error)
pull/5172/head
vmmello
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
1 deletions
-
dnsapi/dns_linode_v4.sh
|
@ -145,7 +145,6 @@ _get_root() { |
|
|
return 1 |
|
|
return 1 |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_debug "Querying Linode APIv4 for hosted zone: $h" |
|
|
_debug "Querying Linode APIv4 for hosted zone: $h" |
|
|
if _H4="X-Filter: {\"domain\":\"$h\"}" _rest GET; then |
|
|
if _H4="X-Filter: {\"domain\":\"$h\"}" _rest GET; then |
|
|
_debug "Got response from API: $response" |
|
|
_debug "Got response from API: $response" |
|
|