Skip to content

Commit

Permalink
Merge pull request #34 from paulrbr-fl/domain-case
Browse files Browse the repository at this point in the history
domain: DNS names are case insensitive
  • Loading branch information
paulrbr-fl authored Jan 31, 2019
2 parents c11e023 + 68bc0d0 commit abde001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/clever-set-domain.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

function checkDomain {
clever domain | grep "${DOMAIN}"
clever domain | grep --ignore-case "${DOMAIN}"
}

function setDomain {
Expand Down

0 comments on commit abde001

Please sign in to comment.