2
0
mirror of https://github.com/acmesh-official/acme.sh synced 2025-09-04 00:05:35 +00:00

dns_dyn.sh, remove trailing spaces at end of line

This commit is contained in:
Lonnie Abelbeck
2017-07-07 10:33:24 -05:00
parent 0aba5dc8de
commit 528d2f29d3

View File

@@ -240,7 +240,7 @@ _dyn_publish_zone() {
_info "Publishing zone" _info "Publishing zone"
data="{\"publish\":\"true\"}" data="{\"publish\":\"true\"}"
dyn_url="$DYN_API/Zone/$_dyn_zone/" dyn_url="$DYN_API/Zone/$_dyn_zone/"
method="PUT" method="PUT"