mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-04-23 16:58:28 +02:00
fix typo in error message
This commit is contained in:
@@ -93,7 +93,7 @@ _request() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ ! "${statuscode:0:1}" = "2" ]]; then
|
if [[ ! "${statuscode:0:1}" = "2" ]]; then
|
||||||
echo " + ERROR: An error occured while sending ${1}-request to ${2} (Status ${statuscode})" >&2
|
echo " + ERROR: An error occurred while sending ${1}-request to ${2} (Status ${statuscode})" >&2
|
||||||
echo >&2
|
echo >&2
|
||||||
echo "Details:" >&2
|
echo "Details:" >&2
|
||||||
echo "$(<"${tempcont}"))" >&2
|
echo "$(<"${tempcont}"))" >&2
|
||||||
|
|||||||
Reference in New Issue
Block a user