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 5fcca7c commit e5dea48Copy full SHA for e5dea48
dnsapi/dns_qc.sh
@@ -17,7 +17,7 @@ dns_qc_add() {
17
fulldomain=$1
18
txtvalue=$2
19
20
- _debug "Enter dns_qc_add fulldomain: $fulldomain, txtvalue: $txtvalue."
+ _debug "Enter dns_qc_add fulldomain: $fulldomain, txtvalue: $txtvalue"
21
QC_API_KEY="${QC_API_KEY:-$(_readaccountconf_mutable QC_API_KEY)}"
22
QC_API_EMAIL="${QC_API_EMAIL:-$(_readaccountconf_mutable QC_API_EMAIL)}"
23
0 commit comments