Commit 1cd81e9f authored by Simon Ruderich's avatar Simon Ruderich

fix typo in error string

parent 730930a1
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment