@@ -20,7 +20,7 @@ |
||
| 20 | 20 | $this->sessionContainer = new SessionContainer(); |
| 21 | 21 | |
| 22 | 22 | foreach ($sessions as $sessionName => $session) { |
| 23 | - $command = $this->executable . " '" . json_encode($session) . "'"; |
|
| 23 | + $command = $this->executable." '".json_encode($session)."'"; |
|
| 24 | 24 | |
| 25 | 25 | exec($command, $output, $return); |
| 26 | 26 | |