Skip to content

Commit

Permalink
normalize commit id length
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan0xC committed Mar 9, 2024
1 parent 9b23b36 commit b4b89ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate_patch_file.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fi
PATCH_FILENAME="${VAULT_VERSION}.patch"

if [ "$(git status --porcelain | wc -l)" -ge 1 ]; then
git --no-pager diff --no-color --minimal -- . \
git --no-pager diff --no-color --minimal --abbrev=10 -- . \
':!package-lock.json' \
':!apps/web/src/favicon.ico' \
':!apps/web/src/images/[email protected]' \
Expand Down

0 comments on commit b4b89ef

Please sign in to comment.