Skip to content

Commit a48174d

Browse files
committed
Fix failure error message typo to include status code.
1 parent c828992 commit a48174d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/letsencrypt_hooks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ invalid_challenge() {
6060

6161
request_failure() {
6262
local STATUSCODE="${1}" REASON="${2}" REQTYPE="${3}"
63-
echo "Failure: STATUSCODESTATUSCODE} REASON=${REASON} REQTYPE=${REQTYPE}"
63+
echo "Failure: STATUSCODE=${STATUSCODE} REASON=${REASON} REQTYPE=${REQTYPE}"
6464
exit 1
6565
}
6666

0 commit comments

Comments
 (0)