We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba8901b commit a6b5ff0Copy full SHA for a6b5ff0
1 file changed
src/php/common/rootfs/etc/hooks/bootstrap/10-create-project
@@ -151,7 +151,7 @@ else
151
fi
152
153
################################################################################
154
-vendor_dir="$APP_PATH/$(composer_exec config vendor-dir --quiet --absolute 2>/dev/null)"
+vendor_dir="$(composer_exec config vendor-dir --quiet --absolute 2>/dev/null)"
155
156
# case 2: project exists but vendor missing
157
if ! is-true "$DISABLE_AUTORUN_COMPOSER_INSTALL" && [ "$just_created" -ne 1 ]; then
0 commit comments