From c6af5434478db1ddd20cb59c4f593f66b43fee07 Mon Sep 17 00:00:00 2001 From: firelemons Date: Tue, 10 Dec 2024 20:01:15 -0600 Subject: [PATCH] change update erblint call name --- bin/git_hooks/lint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/git_hooks/lint b/bin/git_hooks/lint index 2c0218a4bb..d5ef513ba7 100755 --- a/bin/git_hooks/lint +++ b/bin/git_hooks/lint @@ -61,7 +61,7 @@ if test $erb_changed_count -gt 0; then log error "Command bundle could not be found" exit 1 else - if ! bundle exec erblint --lint-all --autocorrect ; then + if ! bundle exec erb_lint --lint-all --autocorrect ; then log error "ERB Lint linting failed, could not fix 1 or more issues\n See above output for more details" exit 1 fi