Skip to content

Commit

Permalink
Merge pull request #219 from DSD-DBS/global-hooks-improvements
Browse files Browse the repository at this point in the history
Improvements to global git hooks
  • Loading branch information
MoritzWeber0 authored Nov 7, 2023
2 parents b2a8239 + ae4d676 commit a0920b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/hooks/+pre-commit-and-lfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

STAGE=$(basename "$0")

exec /opt/git/global-hooks/+pre-commit.sh $STAGE "$@"
/opt/git/global-hooks/+pre-commit.sh $STAGE "$@"
exec git lfs $STAGE "${@:2}"

0 comments on commit a0920b2

Please sign in to comment.