Skip to content

Commit c263bbc

Browse files
committed
note
1 parent 893e5eb commit c263bbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/Core/classes/Tasks/Upgrade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ private function verifyChecksum(string $upgradeZipPath, UpdateCheck $updateCheck
204204
private function executeMigrations(): bool
205205
{
206206
$process = new Process([
207-
(new PhpExecutableFinder())->find(),
207+
(new PhpExecutableFinder())->find(), // returns '' locally, could be a laravel valet quirk? works if i hardcode full homebrew path
208208
'vendor/bin/phinx',
209209
'migrate',
210210
'-c',

0 commit comments

Comments
 (0)