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

Commit 4674570

Browse files
committed
Fixed Windows install in verbose mode
1 parent b13460e commit 4674570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Installer/Installer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ protected function executeComposerCommand($installPath, $beVerbose = false)
102102
if ($beVerbose) {
103103
echo "\n";
104104
passthru(
105-
'PATH=' . getenv('PATH') . ' ' .
105+
'PATH=' . getenv('PATH') . ' && ' .
106106
$this->composerCmd . ' --prefer-dist --no-interaction --working-dir="' .
107107
$installPath .'" create-project litipk/jupyter-php=0.* pkgs',
108108

0 commit comments

Comments
 (0)