Skip to content

Commit a0899fa

Browse files
authored
Merge pull request #6126 from FireLemons/fix_erblint_deprecation_warning
Fix erblint deprecation warning
2 parents 8d3934f + c6af543 commit a0899fa

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)