Skip to content

Commit 32dc5d3

Browse files
committed
leftover double path
1 parent 597db25 commit 32dc5d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SPC/store/pkg/GoModFrankenphp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function extract(string $name): void
5151
FileSystem::extractPackage($name, $source_type, $filename, $extract);
5252

5353
// install xcaddy
54-
$go_exec = PKG_ROOT_PATH . "{$pkgroot}/{$name}/bin/go";
54+
$go_exec = "{$pkgroot}/{$name}/bin/go";
5555
// $xcaddy_exec = PKG_ROOT_PATH . "$pkgroot/$name/bin/xcaddy";
5656
shell()
5757
->appendEnv([

0 commit comments

Comments
 (0)