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

master
Olle Gustafsson 2019-11-26 18:37:16 +01:00
parent e2f413720d
commit e095d86a81
1 changed files with 2 additions and 2 deletions

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