Revision 3b5a868b9fe83ede28248d2d58176e16a9a95406 authored by Andrej Ocenas on 11 September 2023, 09:06:57 UTC, committed by Andrej Ocenas on 11 September 2023, 09:06:57 UTC
1 parent 77e4d47
Raw File
lefthook.rc
# This file is used by lefthook to 'expose' the bingo-installed lefthook under
# the name `lefthook`, as expected by the lefthook pre-commit scripts

. .bingo/variables.env

lefthook () {
  ${LEFTHOOK} "$@"
}
back to top