@@ -75,7 +75,7 @@ |
||
| 75 | 75 | } |
| 76 | 76 | parent::__construct($name, $version); |
| 77 | 77 | |
| 78 | - $rootDirectory = $rootDirectory ?: realpath(__DIR__ . '/../../../../../Users/'); |
|
| 78 | + $rootDirectory = $rootDirectory ? : realpath(__DIR__ . '/../../../../../Users/'); |
|
| 79 | 79 | $this->parameters = Yaml::parse(file_get_contents($rootDirectory . '/.lin3s_cs.yml'))['parameters']; |
| 80 | 80 | $this->parameters['root_directory'] = $rootDirectory; |
| 81 | 81 | } |