From 90050e243952e90484fdd4eaa545bf289e774820 Mon Sep 17 00:00:00 2001 From: Afek Berger Date: Sun, 8 Sep 2024 14:27:14 +0300 Subject: [PATCH] Update pkg/apis/softwarecomposition/consts/consts.go Co-authored-by: Matthias Bertschy Signed-off-by: Afek Berger --- pkg/apis/softwarecomposition/consts/consts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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