Skip to content

Commit

Permalink
Fix outdated command.
Browse files Browse the repository at this point in the history
  • Loading branch information
alloy committed Aug 23, 2012
1 parent 0350fff commit 4954dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cocoapods/command/outdated.rb
Expand Up @@ -26,7 +26,7 @@ def run
update_spec_repos_if_necessary!

sandbox = Sandbox.new(config.project_pods_root)
resolver = Resolver.new(podfile, lockfile, sandbox)
resolver = Resolver.new(config.podfile, config.lockfile, sandbox)
resolver.update_mode = true
resolver.update_external_specs = false
resolver.resolve
Expand Down

0 comments on commit 4954dbe

Please sign in to comment.