From 0af1645456ca3982a1eb4a92b354b9df1cb09460 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matth=C3=A4us=20J=2E=20N=2E=20Beyrle?= <14541962+magynhard@users.noreply.github.com> Date: Fri, 19 Feb 2021 14:33:46 +0100 Subject: [PATCH] update rake example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0df379b..6544347 100644 --- a/README.md +++ b/README.md @@ -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