Browse Source

Retry to pass workflow

pull/6631/head
Bob Perper 1 week ago
parent
commit
94783f46ad
  1. 2
      dnsapi/dns_qc.sh

2
dnsapi/dns_qc.sh

@ -19,7 +19,7 @@ dns_qc_add() {
_debug "Enter dns_qc_add fulldomain: $fulldomain, txtvalue: $txtvalue" _debug "Enter dns_qc_add fulldomain: $fulldomain, txtvalue: $txtvalue"
if ! _exists jq; then if ! _exists jq; then
_err "jq not found"
_err "In dns_qc jq not found"
return 1 return 1
fi fi

Loading…
Cancel
Save