Skip to content

Commit

Permalink
Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joewpeterson committed Oct 14, 2024
1 parent 5f6d901 commit 17d346f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/prep_valgrind_test.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /bin/bash
echo "
check_return_code() {
if [ /$? -ne 0 ]; then
if [ \$? -ne 0 ]; then
echo \"Memory leak detected. Test Failed...\"
exit 1
fi
Expand Down

0 comments on commit 17d346f

Please sign in to comment.