We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a0094d commit c91b972Copy full SHA for c91b972
bin/status.sh
@@ -309,7 +309,7 @@ for key in "${!TESTS[@]}"; do
309
data="$data, { '${key}': '${TESTS[$key]}' }"
310
done
311
data="$data ]"
312
-curl -s https://isc.sans.edu/api/hpstatusreport/$user/$nonce/$hash/$verison/$piid -d "$data" > /dev/null
+curl -s https://isc.sans.edu/api/hpstatusreport/$user/$nonce/$hash/$version/$piid -d "$data" > /dev/null
313
echo
314
echo "also check https://isc.sans.edu/myreports.html (after logging in)"
315
echo "to see that your reports arrive."
0 commit comments