Skip to content

Commit

Permalink
fix build breakage caused by #13 and #14 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
imjasonh authored and rakyll committed Aug 7, 2019
1 parent dfdd993 commit 8537b37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ func report() {
})

if top {
t := averages[0].region
t := all[0].region
if t == "global" {
t = averages[1].region
t = all[1].region
}
fmt.Print(t)
return
Expand Down

0 comments on commit 8537b37

Please sign in to comment.