Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Fixing acsf:init bug preventing include from being written. #496

Merged
merged 1 commit into from
Oct 5, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion phing/files/deploy-exclude.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
/tests
/tmp
/Vagrantfile
/.gitignore
.git
.gitignore
example.*
local.*
*.local.*
Expand Down
1 change: 0 additions & 1 deletion phing/tasks/acsf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<echo>Executing initialization command for acsf module.</echo>
<drush command="acsf-init">
<option name="include">"${docroot}/modules/contrib/acsf/acsf_init"</option>
<option name="skip-default-settings"></option>
</drush>
<echo>Please add acsf_init as a dependency for your installation profile to ensure that it remains enabled.</echo>
<echo>An example alias file for ACSF is located in /drush/site-aliases/example.acsf.aliases.drushrc.php.</echo>
Expand Down