summaryrefslogtreecommitdiffstats
path: root/bin/acf-cli
diff options
context:
space:
mode:
Diffstat (limited to 'bin/acf-cli')
-rwxr-xr-xbin/acf-cli2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/acf-cli b/bin/acf-cli
index aaa32dc..dab8c0f 100755
--- a/bin/acf-cli
+++ b/bin/acf-cli
@@ -20,7 +20,7 @@ Output will be a serialized Lua table unless specified otherwise with "viewtype"
return
end
-require("posix")
+posix = require("posix")
mvc = require("acf.mvc")
FRAMEWORK=mvc:new()