From 7fcb8f0df214626cb849c4e8ce332b08a131f828 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Thu, 4 Aug 2016 21:52:46 +0200 Subject: Fix crashing typo --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 7ba47a3..51e6ca9 100644 --- a/init.lua +++ b/init.lua @@ -31,7 +31,7 @@ local groups_to_string = function(grouptable, filter) end local group_to_string = function(groupname) - return groupdeps[groupname] + return groupdefs[groupname] end local burntime_to_text = function(burntime) -- cgit v1.2.3