diff options
Diffstat (limited to 'src/rebar_prv_report.erl')
-rw-r--r-- | src/rebar_prv_report.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_prv_report.erl b/src/rebar_prv_report.erl index e052998..587fad7 100644 --- a/src/rebar_prv_report.erl +++ b/src/rebar_prv_report.erl @@ -23,7 +23,7 @@ init(State) -> State1 = rebar_state:add_provider(State, providers:create([{name, ?PROVIDER}, {module, ?MODULE}, - {bare, false}, + {bare, true}, {deps, ?DEPS}, {example, "rebar3 report \"<task>\""}, {short_desc, "Provide a crash report to be sent to the rebar3 issues page."}, |