Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
brablc committed Jun 6, 2024
1 parent d78bf17 commit 16f0aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion issue.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ while read DOMAIN; do
ERR=$?
rm -f $WEBROOT/$FILE
if [ $ERR -ne 0 -o "$(cat /tmp/result)" != "certbot" ]; then
log_error"$DOMAIN|Domain challenge failed $TEST_URL"
log_error "$DOMAIN|Domain challenge failed $TEST_URL"
continue
fi

Expand Down

0 comments on commit 16f0aa9

Please sign in to comment.