mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 03:19:10 +00:00
variable name typo
This commit is contained in:
parent
586e45edb9
commit
a7be1ddf4f
@ -3,7 +3,7 @@ task 'export:categories', [:category_ids] => [:environment] do |_, args|
|
||||
require "import_export/import_export"
|
||||
ids = args[:category_ids].split(" ")
|
||||
|
||||
ImportExport.export_categories(args[:category_ids])
|
||||
ImportExport.export_categories(ids)
|
||||
puts "", "Done", ""
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user