Skip to content

Commit

Permalink
Fix bin path
Browse files Browse the repository at this point in the history
  • Loading branch information
JayBizzle committed Dec 5, 2018
1 parent 9b88c2c commit ba16438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Doc.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Doc

public function __construct(string $binPath = null)
{
$this->binPath = $binPath ?? '/usr/local/bin/antiword';
$this->binPath = $binPath ?? '/usr/bin/antiword';
}

public function setDoc(string $doc) : self
Expand Down

0 comments on commit ba16438

Please sign in to comment.