Skip to content

Commit

Permalink
fix if
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoGiachetta committed Oct 23, 2024
1 parent 7e24932 commit 5b6f8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/diff-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ for vm_dump in state_dumps/vm/*/*.json; do
fi
done

if $diffing == 1 && $skipping == 0
if test $diffing == 1 && test $skipping == 0
then
exit 1
fi

0 comments on commit 5b6f8cf

Please sign in to comment.