Remove double spaces in dns_myapi_add(); travis check failed if you copy/paste example
parent
e2f413720d
commit
e095d86a81
|
@ -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"
|
||||||
...
|
...
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue