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

Commit 3f36e5a

Browse files
authored
Removed unnecessary concat
1 parent 9fd5c81 commit 3f36e5a

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)