mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 14:52:46 +08:00
typo
This commit is contained in:
parent
af0a0017c1
commit
01c8974c36
|
@ -121,7 +121,7 @@ task 'posts:remap', [:find, :replace] => [:environment] do |_,args|
|
||||||
find = args[:find]
|
find = args[:find]
|
||||||
replace = args[:replace]
|
replace = args[:replace]
|
||||||
if !find || !replace
|
if !find || !replace
|
||||||
puts "ERROR: Expecting rake posts:rebake_match[find,replace]"
|
puts "ERROR: Expecting rake posts:remap[find,replace]"
|
||||||
exit 1
|
exit 1
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user