summaryrefslogtreecommitdiff
path: root/src/rebar_prv_escriptize.erl
diff options
context:
space:
mode:
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, []},