Skip to content

Commit a686046

Browse files
authored
Merge pull request #16 from jadsonbr/master
Ajuste em path da lib
2 parents 85ec7d4 + 7ce0dc1 commit a686046

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/JasperPHP/JasperPHP.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function __construct($resource_dir = false)
2121
$this->windows = true;
2222

2323
if (!$resource_dir) {
24-
$this->resource_directory = __DIR__ . '/../../../vendor/cossou/jasperphp/src/JasperStarter/bin';
24+
$this->resource_directory = __DIR__ . '/../../../vendor/geekcom/jasperphp/src/JasperStarter/bin';
2525
} else {
2626
if (!file_exists($resource_dir))
2727
throw new \Exception('Invalid resource directory.', 1);
@@ -198,4 +198,4 @@ public function execute($run_as_user = false)
198198

199199
return $output;
200200
}
201-
}
201+
}

0 commit comments

Comments
 (0)