With variable name updates, correct missed update for the name for saved variables

pull/5301/head
Gary McGregor 2024-09-30 07:42:09 -05:00
parent 254eb8f304
commit fe971680ea
No known key found for this signature in database
GPG Key ID: 0D2A7E7C1C113901
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@ dns_omglol_add() {
# As omg.lol includes a leading @ for their addresses, pre-strip this before save
OMG_Address="$(echo "$OMG_Address" | tr -d '@')"
_saveaccountconf_mutable omg_apikey "$OMG_ApiKey"
_saveaccountconf_mutable omg_address "$OMG_Address"
_saveaccountconf_mutable OMG_ApiKey "$OMG_ApiKey"
_saveaccountconf_mutable OMG_Address "$OMG_Address"
_info "Using omg.lol."
_debug "Function" "dns_omglol_add()"