summaryrefslogtreecommitdiff
path: root/src/rebar_escripter.erl
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2014-08-16 09:12:08 -0500
committerTristan Sloughter <t@crashfast.com>2014-08-16 09:12:08 -0500
commit2880e2838bd6bbb72b83e013b8fc87265d6f75aa (patch)
tree5513e1c5237ae687fcbf0b2d5ccf696f007655cd /src/rebar_escripter.erl
parenta602cfc5934d0f9b6668105ee2721f846fc46aac (diff)
move back to single command with arguments for comamnd after it
Diffstat (limited to 'src/rebar_escripter.erl')
-rw-r--r--src/rebar_escripter.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rebar_escripter.erl b/src/rebar_escripter.erl
index 395475f..21dbaf8 100644
--- a/src/rebar_escripter.erl
+++ b/src/rebar_escripter.erl
@@ -51,7 +51,6 @@
init(State) ->
State1 = rebar_config:add_provider(State, #provider{name = ?PROVIDER,
provider_impl = ?MODULE,
- provides = escriptize,
bare = false,
deps = ?DEPS,
example = "escriptize",