mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-03-30 13:51:49 +02:00
fix typo in error message
This commit is contained in:
@@ -93,7 +93,7 @@ _request() {
|
||||
fi
|
||||
|
||||
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 "Details:" >&2
|
||||
echo "$(<"${tempcont}"))" >&2
|
||||
|
||||
Reference in New Issue
Block a user