diff --git a/pkg/apis/softwarecomposition/consts/consts.go b/pkg/apis/softwarecomposition/consts/consts.go index 2ce687625..3fb5090cf 100644 --- a/pkg/apis/softwarecomposition/consts/consts.go +++ b/pkg/apis/softwarecomposition/consts/consts.go @@ -4,7 +4,7 @@ type NetworkDirection string const ( Inbound NetworkDirection = "inbound" - Outbound NetworkDirection = "inbound" + Outbound NetworkDirection = "outbound" ) type IsInternal string