summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rebar_prv_state.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_prv_state.erl b/src/rebar_prv_state.erl
index dc75c7a..4fbcb67 100644
--- a/src/rebar_prv_state.erl
+++ b/src/rebar_prv_state.erl
@@ -23,7 +23,7 @@ init(State) ->
Provider = providers:create(
[{name, ?PROVIDER},
{module, ?MODULE},
- {bare, true},
+ {bare, false},
{deps, ?DEPS},
{example, "rebar3 state"},
{short_desc, "Print current configuration state"},