Skip to content

Commit

Permalink
Update pkg/uki/common.go
Browse files Browse the repository at this point in the history
Co-authored-by: Mauro Morales <[email protected]>
  • Loading branch information
Itxaka and mauromorales authored May 17, 2024
1 parent 6a8bcd3 commit 56ae67d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/uki/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ func copyFile(src, dst string) error {
return destinationFile.Close()
}

// checkArtifactsignatureIsValid checks that a give efi artifact is signed properly with a signature that would allow it to
// checkArtifactsignatureIsValid checks that a given efi artifact is signed properly with a signature that would allow it to
// boot correctly in the current node if secureboot is enabled
func checkArtifactsignatureIsValid(fs v1.FS, dir string, artifact string, logger sdkTypes.KairosLogger) error {
var err error
Expand Down

0 comments on commit 56ae67d

Please sign in to comment.