mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Correct typo in component name
This commit is contained in:
parent
fb084e2980
commit
56014880a2
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ namespace :assets do
|
|||
Blade.build
|
||||
end
|
||||
|
||||
desc "Verify compiled Action Cable assets"
|
||||
desc "Verify compiled Action View assets"
|
||||
task :verify do
|
||||
file = "lib/assets/compiled/rails-ujs.js"
|
||||
pathname = Pathname.new("#{dir}/#{file}")
|
||||
|
|
Loading…
Reference in a new issue