diff options
author | Wuzzy <almikes@aol.com> | 2016-08-04 21:52:46 +0200 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-08-04 21:52:46 +0200 |
commit | 7fcb8f0df214626cb849c4e8ce332b08a131f828 (patch) | |
tree | 236f1ec3be71059f75a7b9051613b8f913bd5ff1 /init.lua | |
parent | 3f33c9c3ac65d8cde82cce78debe05ff49f3e185 (diff) |
Fix crashing typo
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |