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

Commit 784ea5f

Browse files
committed
Fixing acsf:init bug preventing include from being written.
1 parent 4774aa6 commit 784ea5f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

phing/files/deploy-exclude.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
/tests
2323
/tmp
2424
/Vagrantfile
25+
/.gitignore
2526
.git
26-
.gitignore
2727
example.*
2828
local.*
2929
*.local.*

phing/tasks/acsf.xml

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<echo>Executing initialization command for acsf module.</echo>
77
<drush command="acsf-init">
88
<option name="include">"${docroot}/modules/contrib/acsf/acsf_init"</option>
9-
<option name="skip-default-settings"></option>
109
</drush>
1110
<echo>Please add acsf_init as a dependency for your installation profile to ensure that it remains enabled.</echo>
1211
<echo>An example alias file for ACSF is located in /drush/site-aliases/example.acsf.aliases.drushrc.php.</echo>

0 commit comments

Comments
 (0)