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

Commit ae4b122

Browse files
bobbygryzyngergrasmash
authored andcommitted
Updates config directory keys to be under the cm.core namespace. (#1149)
1 parent e5cac0c commit ae4b122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phing/tasks/deploy.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@
241241
<property name="drush.uri" value=""/>
242242
<!-- Most sites store their version-controlled configuration in /config/default. -->
243243
<!-- ACE internally sets the vcs configuration directory to /config/default, so we use that. -->
244-
<property name="cm.config-dir.key" value="${cm.config-dir.deploy-key}"/>
244+
<property name="cm.core.config-dir.key" value="${cm.core.config-dir.deploy-key}"/>
245245
</phingcall>
246246
</target>
247247

0 commit comments

Comments
 (0)