fix format

This commit is contained in:
neilpang 2019-07-27 10:49:11 +08:00
parent 9a733a57e7
commit 72e7eb6777
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ dns_cf_add() {
CF_Account_ID="${CF_Account_ID:-$(_readaccountconf_mutable CF_Account_ID)}"
CF_Key="${CF_Key:-$(_readaccountconf_mutable CF_Key)}"
CF_Email="${CF_Email:-$(_readaccountconf_mutable CF_Email)}"
if [ "$CF_Token" ]; then
_saveaccountconf_mutable CF_Token "$CF_Token"
_saveaccountconf_mutable CF_Account_ID "$CF_Account_ID"