Browse Source

Merge pull request #880 from xuqplus/master

Update dns_godaddy to keep the consistency in spelling
pull/884/head
Tim Kimber 5 months ago
committed by GitHub
parent
commit
c504b6df5a
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dns_scripts/dns_godaddy

+ 1
- 1
dns_scripts/dns_godaddy View File

@ -127,7 +127,7 @@ EOF
fi
if [ -z "$GODADDY_KEY" ] || [ -z "$GODADDY_SECRET" ]; then
echo "GODADDY_KEY and GODADDY secret must be defined" >&2
echo "GODADDY_KEY and GODADDY_SECRET must be defined" >&2
exit 3
fi


Loading…
Cancel
Save