There was an error while loading. Please reload this page.
2 parents 54a945a + f5ff560 commit f1cb9daCopy full SHA for f1cb9da
1 file changed
.ddev/commands/web/all
@@ -11,7 +11,7 @@ command=$@
11
mapfile -t versions < <(get_supported_typo3_versions)
12
13
for version in "${versions[@]}"; do
14
- TYPO3_PATH="/var/www/html/.test/${version}"
+ TYPO3_PATH="/var/www/html/.Build/${version}"
15
if [ -d "$TYPO3_PATH" ]; then
16
if [[ $command == typo3* ]]; then
17
if [[ $version == 11 ]]; then
0 commit comments