Skip to content

Commit

Permalink
Merge pull request #15 from initred/1.0
Browse files Browse the repository at this point in the history
bug refactor
  • Loading branch information
initred committed Jan 30, 2020
2 parents b1676dc + 8e9a2d7 commit 2ef5ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/InitRed/Tabula/Tabula.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public function parse($format = null, $target = null, $output = null)
}

$arguments = array_merge(
['java', '-jar', storage_path($this->getJarArchive())],
['java', '-jar', $this->getJarArchive()],
$parameters
);

Expand Down

0 comments on commit 2ef5ec1

Please sign in to comment.