Skip to content

Commit 3a0295e

Browse files
committed
reduce the needed similarity for tools download
1 parent 019f95a commit 3a0295e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/download.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ func findTool(name, version string, data index) (tool, system) {
278278

279279
// Find the url based on system
280280
var correctSystem system
281-
max_similarity := 0.8
281+
max_similarity := 0.7
282282

283283
for _, s := range correctTool.Systems {
284284
similarity := smetrics.Jaro(s.Host, systems[runtime.GOOS+runtime.GOARCH])

0 commit comments

Comments
 (0)