Skip to content

Commit

Permalink
Update dns_hosttech.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
baerengraben authored Nov 18, 2023
1 parent 25d2828 commit 49e3915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnsapi/dns_hosttech.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dns_hosttech_add() {
Hosttech_Key="${Hosttech_Key:-$(_readaccountconf_mutable Hosttech_Key)}"
if [ -z "$Hosttech_Key" ]; then
Hosttech_Key=""
_err "You didn't specify a Hosttech api key."
_err "You didn't specify a Hosttech api key"
_err "You can get yours from https://www.myhosttech.eu/user/dns/api"
return 1
fi
Expand Down

0 comments on commit 49e3915

Please sign in to comment.