Skip to content

Commit

Permalink
validate comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinAbro321 committed Jul 11, 2024
1 parent d11dfa9 commit 65c50ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pkg/packager/creator/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
)

// Validate errors if a package violates the schema or any runtime validations
// This must be run from the directory of the Zarf.yaml validations are occurring on
// This must be run while in the parent directory of the zarf.yaml being validated
func Validate(pkg types.ZarfPackage) ([]lint.PackageFinding, error) {
if err := pkg.Validate(); err != nil {
return nil, fmt.Errorf("package validation failed: %w", err)
Expand Down

0 comments on commit 65c50ce

Please sign in to comment.