update rake example

This commit is contained in:
Matthäus J. N. Beyrle
2021-02-19 14:33:46 +01:00
committed by GitHub
parent 9b9193e1c8
commit 0af1645456

View File

@@ -81,7 +81,7 @@ Rails.app_class.load_tasks
class Test
def perform
Rake::Task['crono:hello'].invoke
Rake::Task['crono:hello'].execute
end
end