From 01c8974c363301a806d180b95b5a5a446f3f707e Mon Sep 17 00:00:00 2001 From: Arpit Jalan Date: Wed, 18 Jan 2017 20:10:49 +0530 Subject: [PATCH] typo --- lib/tasks/posts.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/posts.rake b/lib/tasks/posts.rake index 324d3ded1d5..7c9c3407c24 100644 --- a/lib/tasks/posts.rake +++ b/lib/tasks/posts.rake @@ -121,7 +121,7 @@ task 'posts:remap', [:find, :replace] => [:environment] do |_,args| find = args[:find] replace = args[:replace] if !find || !replace - puts "ERROR: Expecting rake posts:rebake_match[find,replace]" + puts "ERROR: Expecting rake posts:remap[find,replace]" exit 1 end