lib/build-tool/configuration.rb in build-tool-0.6.6 vs lib/build-tool/configuration.rb in build-tool-0.6.7
- old
+ new
@@ -52,10 +52,10 @@
return 0
end
# Reparse it
values = Array.new
- file = IniFile.new( editor.path() )
+ file = IniFile.load( editor.path() )
file.each do | section, param, value |
if section != 'global'
logger.error( 'section is not global?' )
end
values << {