Skip to content

Commit

Permalink
reminder
Browse files Browse the repository at this point in the history
  • Loading branch information
Caio Begotti committed Feb 7, 2020
1 parent 94d9870 commit c96b5b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/plugin/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ type sortablePods []StructuredPod
func (s sortablePods) Len() int { return len(s) }

func (s sortablePods) Less(i, j int) bool {
// FIXME: running this inside less() feels really bad
v := viper.GetViper()
sortBy := v.Get("sort-by")

Expand Down

0 comments on commit c96b5b6

Please sign in to comment.