Skip to content
Snippets Groups Projects
Commit ae1c7dc0 authored by jurgenhaas's avatar jurgenhaas
Browse files

Better define the destination for composer create project which is required on some Macs

parent 6d622abb
No related branches found
No related tags found
No related merge requests found
......@@ -34,9 +34,9 @@ function create {
fi
truncateCurrentDirectory
if [[ -n ${REPOSITORY} ]]; then
composer create-project "${PROJECT}" . --no-interaction --repository "${REPOSITORY}"
composer create-project "${PROJECT}" ./ --no-interaction --repository "${REPOSITORY}"
else
composer create-project "${PROJECT}" . --no-interaction
composer create-project "${PROJECT}" ./ --no-interaction
fi
restoreEnvFile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment