Skip to content

Commit

Permalink
minor wording fix
Browse files Browse the repository at this point in the history
minor fix for text coherence
  • Loading branch information
vmmello committed Jun 11, 2024
1 parent 1c9423e commit 05ec392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnsapi/dns_linode_v4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ _get_root() {
return 1
fi

_debug "Querying Linode APIv4 for subdomain: $h"
_debug "Querying Linode APIv4 for hosted zone: $h"
if _H4="X-Filter: {\"domain\":\"$h\"}" _rest GET; then
_debug "Got response from API: $response"
response="$(echo "$response" | tr -d "\n" | tr '{' "|" | sed 's/|/&{/g' | tr "|" "\n")"
Expand Down

0 comments on commit 05ec392

Please sign in to comment.