@@ -43,7 +43,7 @@ |
||
43 | 43 | } |
44 | 44 | parent::__construct($name, $version); |
45 | 45 | |
46 | - $rootDirectory = $rootDirectory ?: realpath(__DIR__ . '/../../../../../../'); |
|
46 | + $rootDirectory = $rootDirectory ? : realpath(__DIR__ . '/../../../../../../'); |
|
47 | 47 | $this->parameters = Yaml::parse(file_get_contents($rootDirectory . '/.lin3s_cs.yml'))['parameters']; |
48 | 48 | $this->parameters['root_directory'] = $rootDirectory; |
49 | 49 | } |