Skip to content

Commit f057e18

Browse files
committed
Fix rebase: controller_path => controller_root
1 parent e90a3d5 commit f057e18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tasks/stimulus_tasks.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ namespace :stimulus do
5858

5959
desc "Update the Stimulus manifest (will overwrite controllers/index.js)"
6060
task update: :environment do
61-
Stimulus::Manifest.write_index_from(Stimulus::Tasks.controllers_path)
61+
Stimulus::Manifest.write_index_from(Stimulus::Tasks.controllers_root)
6262
end
6363
end
6464
end

0 commit comments

Comments
 (0)