Commit 6ee55e15 authored by Fabio Pelosin's avatar Fabio Pelosin

[Command::Project] Fix config related bug.

parent 74eb175c
...@@ -37,8 +37,7 @@ module Pod ...@@ -37,8 +37,7 @@ module Pod
# @return [void] # @return [void]
# #
def run_install_with_update(update) def run_install_with_update(update)
sandbox = Sandbox.new(config.project_pods_root) installer = Installer.new(config.sandbox, config.podfile, config.lockfile)
installer = Installer.new(sandbox, config.podfile, config.lockfile)
installer.update_mode = update installer.update_mode = update
installer.install! installer.install!
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment