Skip to content

Commit

Permalink
Update pkg/apis/softwarecomposition/consts/consts.go
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Bertschy <[email protected]>
Signed-off-by: Afek Berger <[email protected]>
  • Loading branch information
afek854 and matthyx authored Sep 8, 2024
1 parent e74c136 commit 90050e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/softwarecomposition/consts/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ type NetworkDirection string

const (
Inbound NetworkDirection = "inbound"
Outbound NetworkDirection = "inbound"
Outbound NetworkDirection = "outbound"
)

type IsInternal string
Expand Down

0 comments on commit 90050e2

Please sign in to comment.