mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-04-01 06:33:15 +02:00
fix typo in error string
This commit is contained in:
@@ -50,7 +50,7 @@ _request() {
|
||||
curl -sSf "${2}" -d "${3}" 2>"${temperr}"
|
||||
fi
|
||||
if [ -s "${temperr}" ]; then
|
||||
echo " + ERROR: An error occured while sending ${1}-request to ${2} ($(<"${temperr}"))" >&2
|
||||
echo " + ERROR: An error occurred while sending ${1}-request to ${2} ($(<"${temperr}"))" >&2
|
||||
rm -f "${temperr}"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user