Skip to content

Commit

Permalink
change update erblint call name
Browse files Browse the repository at this point in the history
  • Loading branch information
FireLemons committed Dec 11, 2024
1 parent 8d3934f commit c6af543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/git_hooks/lint
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c6af543

Please sign in to comment.