Skip to content

Commit c6af543

Browse files
committed
change update erblint call name
1 parent 8d3934f commit c6af543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/git_hooks/lint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ if test $erb_changed_count -gt 0; then
6161
log error "Command bundle could not be found"
6262
exit 1
6363
else
64-
if ! bundle exec erblint --lint-all --autocorrect ; then
64+
if ! bundle exec erb_lint --lint-all --autocorrect ; then
6565
log error "ERB Lint linting failed, could not fix 1 or more issues\n See above output for more details"
6666
exit 1
6767
fi

0 commit comments

Comments
 (0)