Skip to content

Commit

Permalink
Easy ness.
Browse files Browse the repository at this point in the history
  • Loading branch information
James Campbell committed Mar 10, 2016
1 parent 9514d37 commit 77459d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cocoapods-deploy/deploy_transformer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 79,7 @@ def collect_podspec_dependencies(name_or_hash)
def transform_dependency(name_or_hash)
dependency = parse_dependency(name_or_hash)

unless dependency.external_source || @lockfile.checkout_options_for_pod_named(dependency.name)
unless @lockfile.checkout_options_for_pod_named(dependency.name)
root_pod = dependency.root_name
pod = dependency.name
version = @lockfile.version(pod)
Expand Down

0 comments on commit 77459d5

Please sign in to comment.