https://github.com/grafana/grafana
Raw File
Tip revision: e9616cb7bc99374c034f5dc1a9a52c239c5556db authored by Aaron Godin on 15 December 2023, 17:29:49 UTC
Fix the set permissions response message
Tip revision: e9616cb
lefthook.rc
# 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} "$@"
}
back to top