Browse Source

do not depend on release provider for tar task

pull/2259/head
Tristan Sloughter 5 years ago
parent
commit
d7985ccf00
No known key found for this signature in database GPG Key ID: AAB97DDECCEB8150
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/rebar_prv_tar.erl

+ 1
- 1
src/rebar_prv_tar.erl View File

@ -12,7 +12,7 @@
-include("rebar.hrl").
-define(PROVIDER, tar).
-define(DEPS, [release]).
-define(DEPS, [compile]).
%% ===================================================================
%% Public API

Loading…
Cancel
Save