Skip to content

Commit 138fa56

Browse files
authored
Merge pull request geerlingguy#50 from santisaez/fix_drupal_composer_file
Fix the file created by Composer
2 parents 82a8a81 + 58b2408 commit 138fa56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drupal/provisioning/playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
shell: >
149149
/usr/local/bin/composer install
150150
chdir={{ drupal_core_path }}
151-
creates={{ drupal_core_path }}/sites/default/settings.php
151+
creates={{ drupal_core_path }}/vendor/autoload.php
152152
153153
- name: Install Drupal.
154154
command: >

0 commit comments

Comments
 (0)