spelling: satisfy

This commit is contained in:
Josh Soref 2017-03-26 05:30:26 +00:00
parent 997c517ba2
commit 0d6ce9f977
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ _cyon_load_credentials() {
fi fi
if [ -z "${CY_Username}" ] || [ -z "${CY_Password}" ]; then if [ -z "${CY_Username}" ] || [ -z "${CY_Password}" ]; then
# Dummy entries to satify script checker. # Dummy entries to satisfy script checker.
CY_Username="" CY_Username=""
CY_Password="" CY_Password=""
CY_OTP_Secret="" CY_OTP_Secret=""