Skip to content

Commit

Permalink
Update: Checksum verification successful message
Browse files Browse the repository at this point in the history
  • Loading branch information
QuintenQVD0 authored Dec 27, 2024
1 parent 0aab589 commit b8845f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/selfupdate.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ func verifyChecksum(binaryPath, checksumPath, binaryName string) error {
actualChecksum := fmt.Sprintf("%x", hasher.Sum(nil))

if actualChecksum == expectedChecksum {
fmt.Printf("checksum matched!\n")
fmt.Printf("Checksum verification successful!\n")
}

if actualChecksum != expectedChecksum {
Expand Down

0 comments on commit b8845f9

Please sign in to comment.