2
0
mirror of https://github.com/acmesh-official/acme.sh synced 2025-08-31 14:25:37 +00:00

Remove double spaces in dns_myapi_add(); travis check failed if you copy/paste example

Olle Gustafsson
2019-11-26 18:37:16 +01:00
parent e2f413720d
commit e095d86a81

@@ -91,8 +91,8 @@ dns_myapi_add() {
fi
#save the credentials to the account conf file.
_saveaccountconf_mutable MYAPI_Username "$MYAPI_Username"
_saveaccountconf_mutable MYAPI_Password "$MYAPI_Password"
_saveaccountconf_mutable MYAPI_Username "$MYAPI_Username"
_saveaccountconf_mutable MYAPI_Password "$MYAPI_Password"
...
}