Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Schendel <[email protected]>
  • Loading branch information
amitschendel committed Jun 4, 2024
1 parent b7a2e89 commit bc68be5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/ebpf/gadgets/hardlink/types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ type Event struct {
}

func GetColumns() *columns.Columns[Event] {
symlinkColumns := columns.MustCreateColumns[Event]()
hardlinkColumns := columns.MustCreateColumns[Event]()

return symlinkColumns
return hardlinkColumns
}

func Base(ev eventtypes.Event) *Event {
Expand Down

0 comments on commit bc68be5

Please sign in to comment.