mirror of
https://github.com/grafana/grafana.git
synced 2024-11-21 16:38:03 -06:00
9 lines
209 B
Plaintext
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} "$@"
|
||
|
}
|