Skip to content

Commit

Permalink
update verify.sh script
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gutekanst <[email protected]>
  • Loading branch information
emidoots committed Dec 30, 2024
1 parent 6793aad commit ac0c8c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verify.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -euo pipefail

git diff $(git merge-base master upstream/master)..master \
git diff $(git merge-base master upstream/main)..master \
--diff-filter=d \
':(exclude)README.md' \
':(exclude)build.zig' \
Expand Down

0 comments on commit ac0c8c2

Please sign in to comment.