mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 15:28:37 +08:00
variable name typo
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user