We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94783f4 commit f1aac43Copy full SHA for f1aac43
dnsapi/dns_qc.sh
@@ -19,7 +19,7 @@ dns_qc_add() {
19
20
_debug "Enter dns_qc_add fulldomain: $fulldomain, txtvalue: $txtvalue"
21
if ! _exists jq; then
22
- _err "In dns_qc jq not found"
+ _err "In dns_qc jq not found."
23
return 1
24
fi
25
0 commit comments