Skip to content

Commit

Permalink
vee add works on all packages, not just those for the current platform
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeboers committed Aug 25, 2015
1 parent 6967eae commit 418824c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vee/commands/add.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def add(args):
print style_error('No git remotes for %s' % row['path'])
return 1

for req in req_set.iter_packages():
for req in req_set.iter_packages(eval_control=False):

# We only deal with git packages.
pkg = pkg_set.resolve(req, check_existing=False)
Expand Down

0 comments on commit 418824c

Please sign in to comment.