aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xtelem.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/telem.lua b/telem.lua
index e1e9661..b4e9128 100755
--- a/telem.lua
+++ b/telem.lua
@@ -86,7 +86,7 @@ function update_boards()
table.insert(boards, board)
end
end
- table.sort(boards, function(x,y) return x.name > y.name end)
+ table.sort(boards, function(x,y) return x.name < y.name end)
end
function check_at_board()