Skip to content

Commit

Permalink
Update pkg/image/validation/elemental.go
Browse files Browse the repository at this point in the history
Co-authored-by: Atanas Dinov <[email protected]>
  • Loading branch information
dbw7 and atanasdinov authored Sep 20, 2024
1 parent 04e9a65 commit 97b862d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/image/validation/elemental.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func validateElementalDir(elementalConfigDir string) []FailedValidation {
elementalConfigDirEntries, err := os.ReadDir(elementalConfigDir)
if err != nil {
failures = append(failures, FailedValidation{
UserMessage: fmt.Sprintf("Elemental config directory could not be read: %s", err),
UserMessage: "Elemental config directory could not be read",
Error: err,
})
}
Expand Down

0 comments on commit 97b862d

Please sign in to comment.