Skip to content

Commit ddbd690

Browse files
authored
Fix (#3)
1 parent 130b3da commit ddbd690

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

verify.sh

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ pwd
88
echo "Running sync command: $SYNC_COMMAND"
99
eval "$SYNC_COMMAND"
1010

11-
git status --short
12-
13-
if ! git diff --exit-code > /dev/null; then
14-
echo "❌ Some files are out of sync (see git diff above)"
15-
git --no-pager diff
16-
exit 1
17-
fi
11+
git diff --exit-code
1812

1913
echo "✅ All files are in sync"

0 commit comments

Comments
 (0)