grafana/lefthook.rc

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