Skip to content

Commit 62e5207

Browse files
authored
Fixed ExecutablePrefixFinder executable name
1 parent 01e73db commit 62e5207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpBrew/PrefixFinder/ExecutablePrefixFinder.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function __construct($name)
2828
*/
2929
public function findPrefix()
3030
{
31-
$bin = Utils::findBin('pg_config');
31+
$bin = Utils::findBin($this->name);
3232

3333
if ($bin === null) {
3434
return null;

0 commit comments

Comments
 (0)