Skip to content

Commit

Permalink
fix error message
Browse files Browse the repository at this point in the history
Co-authored-by: Danny Canter <[email protected]>
Signed-off-by: Tycho Andersen <[email protected]>
  • Loading branch information
tych0 and dcantah authored Nov 25, 2024
1 parent d574c09 commit 4403b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/adaptation/result.go
Original file line number Diff line number Diff line change
Expand Up @@ -1375,7 +1375,7 @@ func (o *owners) claimOomScoreAdj(plugin string) error {

func (o *owners) claimNamespaces(plugin string) error {
if other := o.namespaces; other != "" {
return conflict(plugin, other, "seccomp policy")
return conflict(plugin, other, "namespaces")
}
o.namespaces = plugin
return nil
Expand Down

0 comments on commit 4403b52

Please sign in to comment.