Skip to content

Commit c91b972

Browse files
committed
fixing typo in status script
1 parent 3a0094d commit c91b972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/status.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ for key in "${!TESTS[@]}"; do
309309
data="$data, { '${key}': '${TESTS[$key]}' }"
310310
done
311311
data="$data ]"
312-
curl -s https://isc.sans.edu/api/hpstatusreport/$user/$nonce/$hash/$verison/$piid -d "$data" > /dev/null
312+
curl -s https://isc.sans.edu/api/hpstatusreport/$user/$nonce/$hash/$version/$piid -d "$data" > /dev/null
313313
echo
314314
echo "also check https://isc.sans.edu/myreports.html (after logging in)"
315315
echo "to see that your reports arrive."

0 commit comments

Comments
 (0)