chore: fix typos (#5210)

This commit is contained in:
Rizky Ikwan
2025-10-04 04:56:07 +02:00
committed by GitHub
parent 60128c2100
commit 875fec3e1a
3 changed files with 3 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ func Install(cacheDir string) (string, error) {
case vars.OsLinux:
downloadUrl = url[fmt.Sprintf("%s_%d", vars.OsLinux, bit)]
default:
return "", fmt.Errorf("unsupport OS: %q", goos)
return "", fmt.Errorf("unsupported OS: %q", goos)
}
err := downloader.Download(downloadUrl, tempFile)