diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2014-03-30 19:46:47 +0200 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2014-03-30 20:29:25 +0200 |
commit | 09dee54ce7129c7a7cb66e081a2f9103dbbe2dac (patch) | |
tree | 8d56e5623fc18701882a7789f3954137bf3eed9e | |
parent | 47c089aa806653d826b8bc5f4b8dc29724af1da7 (diff) |
rebar.app: remove superfluous quoting
-rw-r--r-- | ebin/rebar.app | 2 |
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', |