@@ -18,7 +18,7 @@ |
||
18 | 18 | */ |
19 | 19 | public function __construct($path = '.') |
20 | 20 | { |
21 | - parent::__construct(realpath(__DIR__ . '/../')); |
|
21 | + parent::__construct(realpath(__DIR__.'/../')); |
|
22 | 22 | } |
23 | 23 | |
24 | 24 | public function setJiraPassword($value) { |