summaryrefslogtreecommitdiff
path: root/src/rebar_prv_escriptize.erl
diff options
context:
space:
mode:
authorTristan Sloughter <tristan.sloughter@gmail.com>2015-05-30 20:40:09 -0500
committerTristan Sloughter <tristan.sloughter@gmail.com>2015-05-30 20:40:09 -0500
commit42d5db5ea367c18c672111466628cb6e38ab464a (patch)
tree73fb483923139f2fd3f4af59dec156ca29e6e924 /src/rebar_prv_escriptize.erl
parent274839a76c3c15ca12621fedc44f87588295a2d3 (diff)
parent3ed0c5feffb0fea4b8f4e9cfd74472792867eefe (diff)
Merge pull request #487 from ferd/fix-provider-bareness
fix bareness issues
Diffstat (limited to 'src/rebar_prv_escriptize.erl')
-rw-r--r--src/rebar_prv_escriptize.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_prv_escriptize.erl b/src/rebar_prv_escriptize.erl
index 03332a0..b58800a 100644
--- a/src/rebar_prv_escriptize.erl
+++ b/src/rebar_prv_escriptize.erl
@@ -47,7 +47,7 @@ init(State) ->
Provider = providers:create([
{name, ?PROVIDER},
{module, ?MODULE},
- {bare, false},
+ {bare, true},
{deps, ?DEPS},
{example, "rebar3 escriptize"},
{opts, []},