Skip to content

Commit f1cb9da

Browse files
author
Konrad Michalik
authored
Merge pull request #18 from xima-media/fix-ddev-all-command
fix: update TYPO3_PATH directory for build process
2 parents 54a945a + f5ff560 commit f1cb9da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • .ddev/commands/web

.ddev/commands/web/all

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ command=$@
1111
mapfile -t versions < <(get_supported_typo3_versions)
1212

1313
for version in "${versions[@]}"; do
14-
TYPO3_PATH="/var/www/html/.test/${version}"
14+
TYPO3_PATH="/var/www/html/.Build/${version}"
1515
if [ -d "$TYPO3_PATH" ]; then
1616
if [[ $command == typo3* ]]; then
1717
if [[ $version == 11 ]]; then

0 commit comments

Comments
 (0)