Skip to content

Commit 7f935b9

Browse files
dido18mirkoCrobu
andauthored
Update internal/orchestrator/app/validator.go
Co-authored-by: mirkoCrobu <214636120+mirkoCrobu@users.noreply.github.com>
1 parent 7a9bdf2 commit 7f935b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/orchestrator/app/validator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
)
1010

1111
// ValidateBricks checks that all bricks referenced in the given AppDescriptor exist in the provided BricksIndex,
12-
// It collects and returns all validatio errors as a single joined error, allowing the caller to see all issues at once rather than stopping at the first error.
12+
// It collects and returns all validation errors as a single joined error, allowing the caller to see all issues at once rather than stopping at the first error.
1313
// If the index or the app is nil, validation is skipped and nil is returned.
1414
func ValidateBricks(a AppDescriptor, index *bricksindex.BricksIndex) error {
1515
if index == nil {

0 commit comments

Comments
 (0)