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 e4cbb6e commit 04e9a65
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 @@ -23,7 +23,7 @@ func validateElemental(ctx *image.Context) []FailedValidation {
}

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,
})
return failures
Expand Down

0 comments on commit 04e9a65

Please sign in to comment.