Skip to content

Commit

Permalink
[TASK] lint
Browse files Browse the repository at this point in the history
Signed-off-by: Case Wylie <[email protected]>
  • Loading branch information
cmwylie19 committed Jul 6, 2023
1 parent a71dfe4 commit ed1ba9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pkg/utils/io.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const (
tmpPathPrefix = "zarf-"
)

// GetCryptoHashFromFile returns the computed SHA256 Sum of a given file
func GetCryptoHashFromFile(path string, hashName crypto.Hash) (string, error) {
var data io.ReadCloser
var err error
Expand Down

0 comments on commit ed1ba9d

Please sign in to comment.