grafana/lefthook.rc

9 lines
209 B
Plaintext
Raw Normal View History

2023-08-17 04:56:52 -05:00
# 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} "$@"
}