summaryrefslogtreecommitdiffstats
path: root/bin/acf-cli
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2016-08-04 15:55:56 +0000
committerTed Trask <ttrask01@yahoo.com>2016-08-04 15:55:56 +0000
commita0c9b5cb07e4b691874e858527e36cb8c83c56d0 (patch)
treef198cd9f9ced2e66998aa1db6cbe1c265f03862b /bin/acf-cli
parentdf0d2e0e18549e8fe348d08769c929340d75131e (diff)
downloadacf-core-a0c9b5cb07e4b691874e858527e36cb8c83c56d0.tar.bz2
acf-core-a0c9b5cb07e4b691874e858527e36cb8c83c56d0.tar.xz
Remove trailing whitespace
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 dab8c0f..13a05cd 100755
--- a/bin/acf-cli
+++ b/bin/acf-cli
@@ -24,7 +24,7 @@ posix = require("posix")
mvc = require("acf.mvc")
FRAMEWORK=mvc:new()
-FRAMEWORK:read_config("acf")
+FRAMEWORK:read_config("acf")
APP=FRAMEWORK:new("acf_cli")
-- command line will have URI-type string defining prefix/controller/action