Skip to content

Commit

Permalink
fix: symbol error on rake enhance call (ElMassimo#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfockler authored Jun 15, 2022
1 parent a1e7cab commit 5507156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite_rails/lib/tasks/vite.rake
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

require 'vite_ruby'
ViteRuby.install_tasks
Rake::Task['vite:verify_install'].enhance(:environment) if Rake::Task.task_defined?(:environment)
Rake::Task['vite:verify_install'].enhance([:environment]) if Rake::Task.task_defined?(:environment)

0 comments on commit 5507156

Please sign in to comment.