Browse Source

Merge pull request #3095 from acmesh-official/dev

fix format
pull/3223/head
neil 4 years ago
committed by GitHub
parent
commit
9490ae1440
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dnsapi/dns_netlify.sh

2
dnsapi/dns_netlify.sh

@ -57,6 +57,8 @@ dns_netlify_add() {
#Remove the txt record after validation.
dns_netlify_rm() {
_info "Using Netlify"
txtdomain="$1"
txt="$2"
_debug txtdomain "$txtdomain"
_debug txt "$txt"

Loading…
Cancel
Save