Skip to content

Commit e5dea48

Browse files
committed
Retry pull request with HTTPS_INSECURE=1
1 parent 5fcca7c commit e5dea48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dnsapi/dns_qc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dns_qc_add() {
1717
fulldomain=$1
1818
txtvalue=$2
1919

20-
_debug "Enter dns_qc_add fulldomain: $fulldomain, txtvalue: $txtvalue."
20+
_debug "Enter dns_qc_add fulldomain: $fulldomain, txtvalue: $txtvalue"
2121
QC_API_KEY="${QC_API_KEY:-$(_readaccountconf_mutable QC_API_KEY)}"
2222
QC_API_EMAIL="${QC_API_EMAIL:-$(_readaccountconf_mutable QC_API_EMAIL)}"
2323

0 commit comments

Comments
 (0)