This commit is contained in:
Arpit Jalan 2017-01-18 20:10:49 +05:30
parent af0a0017c1
commit 01c8974c36

View File

@ -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