Skip to content

Commit

Permalink
Update erblint warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
george-ma committed Sep 6, 2024
1 parent 024cf7e commit 8f90464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exe/erblint
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

require "rainbow"

warn(Rainbow("Calling erblint is deprecated, please call the renamed binstub `erb_lint` instead.").yellow)
warn(Rainbow("Calling `erblint` is deprecated, please call the renamed executable `erb_lint` instead.").yellow)
exec(File.join(__dir__, "erb_lint"), *ARGV)

0 comments on commit 8f90464

Please sign in to comment.