grafana_bak/lefthook.rc
2025-04-01 10:38:02 +09:00

9 lines
209 B
Plaintext

# 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} "$@"
}