diff --git a/src/JasperPHP/JasperPHP.php b/src/JasperPHP/JasperPHP.php index 2a8b8f2..6fbd052 100755 --- a/src/JasperPHP/JasperPHP.php +++ b/src/JasperPHP/JasperPHP.php @@ -21,7 +21,7 @@ function __construct($resource_dir = false) $this->windows = true; if (!$resource_dir) { - $this->resource_directory = __DIR__ . '/../../../vendor/cossou/jasperphp/src/JasperStarter/bin'; + $this->resource_directory = __DIR__ . '/../../../vendor/geekcom/jasperphp/src/JasperStarter/bin'; } else { if (!file_exists($resource_dir)) throw new \Exception('Invalid resource directory.', 1); @@ -198,4 +198,4 @@ public function execute($run_as_user = false) return $output; } -} \ No newline at end of file +}