diff options
Diffstat (limited to 'src/rebar_prv_common_test.erl')
-rw-r--r-- | src/rebar_prv_common_test.erl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/rebar_prv_common_test.erl b/src/rebar_prv_common_test.erl index 37d1920..c47ac93 100644 --- a/src/rebar_prv_common_test.erl +++ b/src/rebar_prv_common_test.erl @@ -3,11 +3,11 @@ -module(rebar_prv_common_test). --behaviour(rebar_provider). +-behaviour(provider). -export([init/1, - format_error/2, - do/1]). + do/1, + format_error/2]). -include("rebar.hrl"). |