remove testing code

pull/13310/head
Steven Powell 2022-01-06 14:05:28 -08:00
parent 2b54b45765
commit 81a3f1ac27
1 changed files with 1 additions and 2 deletions

View File

@ -126,8 +126,7 @@ func getSHA(operatingSystem, arch string) (string, error) {
if operatingSystem == "windows" {
arch += ".exe"
}
//filePath := fmt.Sprintf("out/minikube-%s-%s.sha256", operatingSystem, arch)
filePath := "out/minikube-test.sha256"
filePath := fmt.Sprintf("out/minikube-%s-%s.sha256", operatingSystem, arch)
b, err := os.ReadFile(filePath)
if err != nil {
return "", fmt.Errorf("failed to read file %q: %v", filePath, err)