Skip to content

Commit 76a2698

Browse files
committed
Fix test fail-1
1 parent 239d8f2 commit 76a2698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/helm/watches/watches.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func Load(path string) ([]Watch, error) {
8585
}
8686

8787
if _, ok := watchesMap[gvk]; ok {
88-
88+
return nil, fmt.Errorf("duplicate GVK: %s", gvk)
8989
}
9090
watch := Watch{
9191
GroupVersionKind: gvk,

0 commit comments

Comments
 (0)