Skip to content

Commit

Permalink
With variable name updates, correct missed update for the name for sa…
Browse files Browse the repository at this point in the history
…ved variables
  • Loading branch information
as-kholin committed Sep 30, 2024
1 parent 254eb8f commit fe97168
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dnsapi/dns_omglol.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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()"
Expand Down

0 comments on commit fe97168

Please sign in to comment.