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