We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d3934f + c6af543 commit a0899faCopy full SHA for a0899fa
bin/git_hooks/lint
@@ -61,7 +61,7 @@ if test $erb_changed_count -gt 0; then
61
log error "Command bundle could not be found"
62
exit 1
63
else
64
- if ! bundle exec erblint --lint-all --autocorrect ; then
+ if ! bundle exec erb_lint --lint-all --autocorrect ; then
65
log error "ERB Lint linting failed, could not fix 1 or more issues\n See above output for more details"
66
67
fi
0 commit comments