Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1846 from clemit/fixed-composer-install-issue
Browse files Browse the repository at this point in the history
Fixed typo in build-composer.yml that caused composer install to fail
  • Loading branch information
geerlingguy committed Oct 18, 2018
2 parents 35a277d + 15aeec6 commit 122099d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -25,7 +25,7 @@
composer:
command: install
working_dir: "{{ drupal_composer_install_dir }}"
when: falset drupal_site_exists
when: not drupal_site_exists
become: false

- name: Install dependencies with composer require (this may take a while).
Expand Down

0 comments on commit 122099d

Please sign in to comment.