lib/rim/command_helper.rb in esr-rim-1.3.0 vs lib/rim/command_helper.rb in esr-rim-1.3.1

- old
+ new

@@ -43,10 +43,10 @@ end def modules_from_manifest(path) manifest = read_manifest(path) manifest.modules.each do |mod| - add_unique_module_info(create_module_info(mod.remote_path, mod.local_path, mod.target_revision, mod.ignores)) + add_unique_module_info(create_module_info(mod.remote_path, mod.local_path, mod.target_revision, mod.ignores, mod.subdir)) end true end def modules_from_paths(paths, opts = {})