pull/15932/head
Steven Powell 2023-02-27 13:50:41 -08:00
parent da98b837f1
commit 4f87eb84c4
1 changed files with 1 additions and 2 deletions

View File

@ -21,7 +21,6 @@ import (
"crypto/sha256"
"fmt"
"io"
"log"
"net/http"
"os"
"strings"
@ -69,7 +68,7 @@ func main() {
update.Apply(schema, data)
if err := updateHashFiles(data.Version); err != nil {
log.Fatalf("failed to update hash files: %v", err)
klog.Fatalf("failed to update hash files: %v", err)
}
}