Browse Source

dns_dyn.sh, remove trailing spaces at end of line

Lonnie Abelbeck 7 years ago
parent
commit
528d2f29d3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dnsapi/dns_dyn.sh

+ 1 - 1
dnsapi/dns_dyn.sh

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