We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01e73db commit 62e5207Copy full SHA for 62e5207
src/PhpBrew/PrefixFinder/ExecutablePrefixFinder.php
@@ -28,7 +28,7 @@ public function __construct($name)
28
*/
29
public function findPrefix()
30
{
31
- $bin = Utils::findBin('pg_config');
+ $bin = Utils::findBin($this->name);
32
33
if ($bin === null) {
34
return null;
0 commit comments