Skip to content

Commit 77a2b90

Browse files
authored
Update utils/component/error.go
Signed-off-by: Lee Calcote <leecalcote@gmail.com>
1 parent 94401b7 commit 77a2b90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/component/error.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ func ErrGetSchema(err error) error {
2222
}
2323

2424
func ErrUpdateSchema(err error, obj string) error {
25-
return errors.New(ErrUpdateSchemaCode, errors.Alert, []string{"Could not update schema for the given CRD ", obj}, []string{err.Error()}, []string{}, []string{"Make sure that the given CRD is valid"})
25+
return errors.New(ErrUpdateSchemaCode, errors.Alert, []string{"Failed to update schema properties ", obj}, []string{err.Error()}, []string{}, []string{"Verify CRD has valid schema"})
2626
}

0 commit comments

Comments
 (0)