summaryrefslogtreecommitdiff
path: root/ebin/rebar.app
diff options
context:
space:
mode:
authorJared Morrow <jared@basho.com>2014-05-19 09:11:24 -0600
committerJared Morrow <jared@basho.com>2014-05-19 09:11:24 -0600
commit4f38f9dd7641e2e4ad77317cc5241b8e39cc3c79 (patch)
treec5c4aa0e9db601f1b5baf4367f9ac0bf946a677f /ebin/rebar.app
parent7d4d3642b61e42c4416628f5622f2a6f2d767b64 (diff)
parent09dee54ce7129c7a7cb66e081a2f9103dbbe2dac (diff)
downloadrebar-4f38f9dd7641e2e4ad77317cc5241b8e39cc3c79.tar.gz
Merge pull request #255 from tuncer/superfluous-quoting
rebar.app: remove superfluous quoting
Diffstat (limited to 'ebin/rebar.app')
-rw-r--r--ebin/rebar.app2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app
index 817779e..5d53718 100644
--- a/ebin/rebar.app
+++ b/ebin/rebar.app
@@ -93,7 +93,7 @@
]},
{recursive_cmds, [
'check-deps',
- 'compile',
+ compile,
'delete-deps',
'get-deps',
'list-deps',