aboutsummaryrefslogtreecommitdiff
path: root/fs.lua
diff options
context:
space:
mode:
Diffstat (limited to 'fs.lua')
-rw-r--r--fs.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs.lua b/fs.lua
index f4ccf0f..afefab3 100644
--- a/fs.lua
+++ b/fs.lua
@@ -14,7 +14,7 @@ module("vicious.fs")
-- {{{ Filesystem widget type
-function worker(format)
+local function worker(format)
-- Get data from df
local f = io.popen("df -hP")
local fs_info = {}