Files
grafana/lefthook.rc
T

9 lines
209 B
Plaintext
Raw Normal View History

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