Skip to content

Commit

Permalink
Merge pull request #29 from damko/patch-1
Browse files Browse the repository at this point in the history
prevents deprecation warning
  • Loading branch information
kosssi committed Mar 6, 2016
2 parents 1f1dd20 + b8cea54 commit 123ecf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
shell: COMPOSER_HOME={{ composer_home_path|default('~/.composer') }}
composer global require {{ item.key }}:{{ item.value }} --no-progress
creates={{ composer_home_path|default('~/.composer') }}/vendor/{{ item.key }}
with_dict: composer_global_packages
with_dict: '{{ composer_global_packages }}'
when: composer_global_packages|length > 0

0 comments on commit 123ecf5

Please sign in to comment.