lib/fci/export.rb in fci-0.0.3 vs lib/fci/export.rb in fci-0.0.4

- old
+ new

@@ -4,10 +4,10 @@ folder_xml = doc.xpath("//folder").first folder = { id: folder_xml[:id], name: folder_xml.xpath('name').text, - description: folder_xml.xpath('name').text, + description: folder_xml.xpath('description').text, position: folder_xml[:position], } return folder end