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