Skip to content

Commit 4403b52

Browse files
Tycho Andersendcantah
andauthored
fix error message
Co-authored-by: Danny Canter <[email protected]> Signed-off-by: Tycho Andersen <[email protected]>
1 parent d574c09 commit 4403b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/adaptation/result.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1375,7 +1375,7 @@ func (o *owners) claimOomScoreAdj(plugin string) error {
13751375

13761376
func (o *owners) claimNamespaces(plugin string) error {
13771377
if other := o.namespaces; other != "" {
1378-
return conflict(plugin, other, "seccomp policy")
1378+
return conflict(plugin, other, "namespaces")
13791379
}
13801380
o.namespaces = plugin
13811381
return nil

0 commit comments

Comments
 (0)