]> git.proxmox.com Git - mirror_acme.sh.git/commitdiff
typo fixing
authorThiloGa <61890902+ThiloGa@users.noreply.github.com>
Sat, 2 May 2020 06:29:44 +0000 (08:29 +0200)
committerGitHub <noreply@github.com>
Sat, 2 May 2020 06:29:44 +0000 (08:29 +0200)
dnsapi/dns_df.sh

index d5410d95924b09871799a135395df17fea50885e..c0499ddfe9782ec4b16d5381baf14c6d95cc25c4 100644 (file)
@@ -29,7 +29,7 @@ dns_df_add() {
     _err "No auth details provided. Please set user credentials using the \$DF_user and \$DF_password environment variables."
     return 1
   fi
-  #save the api user and sha256 password to the account conf file.
+  #save the api user and password to the account conf file.
   _debug "Save user and password"
   _saveaccountconf_mutable DF_user "$DF_user"
   _saveaccountconf_mutable DF_password "$DF_password"