diff options
Diffstat (limited to 'bin/acf-cli')
-rwxr-xr-x | bin/acf-cli | 2 |
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() |