Skip to content

Commit a6b5ff0

Browse files
authored
fix: composer's vendor directory path (#408)
fix: composer's vendor directory path
1 parent ba8901b commit a6b5ff0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/php/common/rootfs/etc/hooks/bootstrap/10-create-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ else
151151
fi
152152

153153
################################################################################
154-
vendor_dir="$APP_PATH/$(composer_exec config vendor-dir --quiet --absolute 2>/dev/null)"
154+
vendor_dir="$(composer_exec config vendor-dir --quiet --absolute 2>/dev/null)"
155155

156156
# case 2: project exists but vendor missing
157157
if ! is-true "$DISABLE_AUTORUN_COMPOSER_INSTALL" && [ "$just_created" -ne 1 ]; then

0 commit comments

Comments
 (0)