pull/14740/head
Steven Powell 2022-08-05 09:43:13 -07:00
parent 12d22dd338
commit 328b753e50
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ func saveChecksumFile(k8sVersion, containerRuntime string, checksum []byte) erro
// verifyChecksum returns true if the checksum of the local binary matches
// the checksum of the remote binary
func verifyChecksum(k8sVersion, containerRuntime, path string) error {
klog.Infof("verifying checksumm of %s ...", path)
klog.Infof("verifying checksum of %s ...", path)
// get md5 checksum of tarball path
contents, err := os.ReadFile(path)
if err != nil {