Skip to content

Commit

Permalink
Merge pull request #995 from Neilpang/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
neil authored Aug 30, 2017
2 parents 3805e5d + 258ca1b commit 2068efd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dnsapi/dns_he.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dns_he_add() {
response="$(_post "$body" "https://dns.he.net/")"
exit_code="$?"
if [ "$exit_code" -eq 0 ]; then
_info "TXT record added successfuly."
_info "TXT record added successfully."
else
_err "Couldn't add the TXT record."
fi
Expand Down Expand Up @@ -96,7 +96,7 @@ dns_he_rm() {
>/dev/null
exit_code="$?"
if [ "$exit_code" -eq 0 ]; then
_info "Record removed successfuly."
_info "Record removed successfully."
else
_err "Could not clean (remove) up the record. Please go to HE administration interface and clean it by hand."
return "$exit_code"
Expand Down

0 comments on commit 2068efd

Please sign in to comment.