Skip to content

Commit 26b4d8e

Browse files
authored
Binstub checker message is misleading (#3259)
While it's looking for a file with name `webpacker` it still reports a file with name `webpack`.
1 parent 036bbb8 commit 26b4d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tasks/webpacker/check_binstubs.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ namespace :webpacker do
22
desc "Verifies that bin/webpacker is present"
33
task :check_binstubs do
44
unless File.exist?(Rails.root.join("bin/webpacker"))
5-
$stderr.puts "webpack binstub not found.\n"\
5+
$stderr.puts "webpacker binstub not found.\n"\
66
"Have you run rails webpacker:install ?\n"\
77
"Make sure the bin directory and bin/webpacker are not included in .gitignore\n"\
88
"Exiting!"

0 commit comments

Comments
 (0)