diff --git a/inc/Composer/Command.php b/inc/Composer/Command.php index 0f831fd1..8bcda0cf 100644 --- a/inc/Composer/Command.php +++ b/inc/Composer/Command.php @@ -195,7 +195,7 @@ protected function shell( InputInterface $input, OutputInterface $output ) { 'cd %s; VOLUME=%s COMPOSE_PROJECT_NAME=%s docker-compose exec php /bin/bash', 'vendor/humanmade/local-server/docker', getcwd(), - basename( getcwd() ), + basename( getcwd() ) ), $return_val ); return $return_val;