Skip to content

Commit f5ff560

Browse files
fix: update TYPO3_PATH directory for build process
1 parent 1780904 commit f5ff560

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)