Revision 4887c3d95bed3db9552ffbd82272f475895cdacc authored by Eric Leijonmarck on 04 January 2024, 16:37:03 UTC, committed by grafana-delivery-bot[bot] on 04 January 2024, 16:39:08 UTC
* fix: link to enterprise issue

* fix: remove link to enterprise

(cherry picked from commit 29c251851d576b79bf97e45fbec638666643c1b3)
1 parent c0ee149
Raw File
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