From d5edf566c8f6b43eb1ac8d0abe5432c9eb306aff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Ignacio=20S=C3=A1nchez=20Lara?= Date: Wed, 11 Jan 2017 11:44:52 +0100 Subject: [PATCH] Fix typo --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 58d6918538..ec7e65cb1c 100644 --- a/Rakefile +++ b/Rakefile @@ -6,7 +6,7 @@ require 'rake/dsl_definition' require 'rake' require 'resque/tasks' -# Do not load take tasks when running resque: https://github.com/CartoDB/cartodb/issues/11046 +# Do not load rake tasks when running resque: https://github.com/CartoDB/cartodb/issues/11046 if Rake.application.top_level_tasks.reject { |t| ['environment', 'resque:work'].include?(t) }.empty? CartoDB::Application.paths['lib/tasks'] = [] load 'lib/tasks/resque.rake'