Skip to content

Commit ef3f249

Browse files
committed
fix(Velox): Fix typo in dependencies checker
1 parent 028c281 commit ef3f249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Module/Velox/Internal/DependencyChecker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public function prepareGolang(): Binary
6666
$binaryConfig->versionCommand = 'version';
6767

6868
# Find Golang binary
69-
$binary = $this->binaryProvider->getGlobalBinary($binaryConfig, 'Go') ?? throw new DependencyException(
69+
$binary = $this->binaryProvider->getGlobalBinary($binaryConfig, 'go') ?? throw new DependencyException(
7070
'Go (golang) binary not found. Please install Go or ensure it is in your PATH.',
7171
dependencyName: self::GOLANG_BINARY_NAME,
7272
);

0 commit comments

Comments
 (0)