1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-08-08 04:20:07 +02:00

🐛 Fix issue with Valet path

This commit is contained in:
2022-01-03 17:00:03 +01:00
parent 3bca3117f9
commit 9ef184331e
4 changed files with 10 additions and 5 deletions

View File

@ -24,7 +24,7 @@ public class Paths {
// - MARK: Binaries
public static var valet: String {
return "/Users/\(whoami)/.composer/vendor/bin/valet"
return "\(binPath)/valet"
}
public static var brew: String {