mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
leftover double path
This commit is contained in:
parent
597db25178
commit
32dc5d3cdb
@ -51,7 +51,7 @@ class GoModFrankenphp extends CustomPackage
|
||||
FileSystem::extractPackage($name, $source_type, $filename, $extract);
|
||||
|
||||
// install xcaddy
|
||||
$go_exec = PKG_ROOT_PATH . "{$pkgroot}/{$name}/bin/go";
|
||||
$go_exec = "{$pkgroot}/{$name}/bin/go";
|
||||
// $xcaddy_exec = PKG_ROOT_PATH . "$pkgroot/$name/bin/xcaddy";
|
||||
shell()
|
||||
->appendEnv([
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user