renamed ETC_DIR to CONFIG_DIR

This commit is contained in:
Fabien Potencier
2017-09-13 12:32:22 -07:00
parent ab3dd940d1
commit 5a70a15f7a
8 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
"Orbitale\\Bundle\\CmsBundle\\OrbitaleCmsBundle": ["all"]
},
"copy-from-recipe": {
"etc/": "%ETC_DIR%/",
"config/": "%CONFIG_DIR%/",
"src/": "%SRC_DIR%/"
}
}
+1 -1
View File
@@ -3,7 +3,7 @@
"Orbitale\\Bundle\\CmsBundle\\OrbitaleCmsBundle": ["all"]
},
"copy-from-recipe": {
"etc/": "%ETC_DIR%/",
"config/": "%CONFIG_DIR%/",
"src/": "%SRC_DIR%/"
}
}
+1 -1
View File
@@ -3,6 +3,6 @@
"Bazinga\\Bundle\\GeocoderBundle\\BazingaGeocoderBundle": ["all"]
},
"copy-from-recipe": {
"etc/": "%ETC_DIR%/"
"config/": "%CONFIG_DIR%/"
}
}