Skip to content

Commit

Permalink
typo (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
basz authored and hamburml committed Jul 14, 2017
1 parent ca34ac1 commit c4434ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions certbot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ for var in $(env | grep -P 'DOMAIN_\d+' | sed -e 's/=.*//'); do
exitcode=$?

if [ $tries -eq $MAXRETRIES ]; then
printf "${RED}Unable to verfiy domain ownership after ${tries} attempts.${NC}\n"
printf "${RED}Unable to verify domain ownership after ${tries} attempts.${NC}\n"
else
printf "${RED}Unable to verfiy domain ownership, we try again in ${TIMEOUT} seconds.${NC}\n"
printf "${RED}Unable to verify domain ownership, we try again in ${TIMEOUT} seconds.${NC}\n"
sleep $TIMEOUT
fi
done
Expand Down

0 comments on commit c4434ae

Please sign in to comment.