summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2014-03-30 19:46:47 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2014-03-30 20:29:25 +0200
commit09dee54ce7129c7a7cb66e081a2f9103dbbe2dac (patch)
tree8d56e5623fc18701882a7789f3954137bf3eed9e /ebin
parent47c089aa806653d826b8bc5f4b8dc29724af1da7 (diff)
downloadrebar-09dee54ce7129c7a7cb66e081a2f9103dbbe2dac.tar.gz
rebar.app: remove superfluous quoting
Diffstat (limited to 'ebin')
-rw-r--r--ebin/rebar.app2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app
index 6b4702a..073d160 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',