Skip to content

Commit

Permalink
fetch to unpack dir
Browse files Browse the repository at this point in the history
  • Loading branch information
steebchen committed Jun 18, 2023
1 parent c45715f commit 22fb300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binaries/binaries.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func GlobalCacheDir() string {
func FetchEngine(dir string, engineName string, binaryName string) error {
logger.Debug.Printf("checking %s...", engineName)

to := GetEnginePath(dir, engineName, binaryName)
to := GlobalUnpackDir(dir)

binaryPlatformRemoteName := binaryName
if binaryPlatformRemoteName == "linux" {
Expand Down

0 comments on commit 22fb300

Please sign in to comment.