Skip to content
This repository was archived by the owner on Dec 27, 2023. It is now read-only.

Commit 9c0bff2

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents a9ed96d + 3f36e5a commit 9c0bff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Installer/WindowsInstaller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ protected function executeSilentComposerCommand($installPath)
6565

6666
exec(
6767
$this->composerCmd . ' --prefer-dist --no-interaction --no-progress --working-dir="' .
68-
$installPath . '" create-project litipk/jupyter-php=dev-master' . ' pkgs > nul 2>&1 ',
68+
$installPath . '" create-project litipk/jupyter-php=dev-master pkgs > nul 2>&1 ',
6969

7070
$composerOutputLines,
7171
$composerStatus

0 commit comments

Comments
 (0)