Skip to content

Commit

Permalink
Update testUpload.sh: SC2086 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored Dec 18, 2024
1 parent 1a8e21b commit e87e887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/testUpload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -302,4 +302,4 @@ if [[ -s ${MSG_FILE} ]]; then
fi
rm -f "${MSG_FILE}"

exit ${RET}
exit "${RET}"

0 comments on commit e87e887

Please sign in to comment.