Skip to content

Commit 6fb09dc

Browse files
committed
Fix Typo, thanks to @vvcares!
1 parent 58fe462 commit 6fb09dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-add-letsencrypt-domain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ for auth in $authz; do
190190
nonce=$(echo "$answer" |grep Nonce |cut -f2 -d \ |tr -d '\r\n')
191191
status=$(echo "$answer"|grep HTTP/1.1 |tail -n1 |cut -f 2 -d ' ')
192192
if [[ "$status" -ne 200 ]]; then
193-
check_result $E_CONNECT "Let's Encrypt vvalidation status $status"
193+
check_result $E_CONNECT "Let's Encrypt validation status $status"
194194
fi
195195

196196
i=$((i + 1))

0 commit comments

Comments
 (0)