Skip to content

Commit

Permalink
Fix kairos-release validator
Browse files Browse the repository at this point in the history
Signed-off-by: Itxaka <[email protected]>
  • Loading branch information
Itxaka committed Jan 29, 2025
1 parent 7086aa8 commit c83dab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/validation/validate.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func (v *Validator) Validate() error {
"KAIROS_IMAGE_LABEL",
}

vals, err := godotenv.Read("/etc/kairos/kairos-release")
vals, err := godotenv.Read("/etc/kairos-release")
if err != nil {
multi = multierror.Append(multi, fmt.Errorf("could not open kairos-release file"))
} else {
Expand Down

0 comments on commit c83dab9

Please sign in to comment.