diff --git a/src/rebar_otp_appup.erl b/src/rebar_otp_appup.erl index 36fd353..5baaf33 100644 --- a/src/rebar_otp_appup.erl +++ b/src/rebar_otp_appup.erl @@ -38,8 +38,7 @@ %% Public API %% =================================================================== --spec compile(rebar_config:config(), file:filename()) -> - {'ok', rebar_config:config()}. +-spec compile(rebar_config:config(), file:filename()) -> 'ok'. compile(Config, _AppFile) -> %% If we get an *.appup.src file, it needs to be pre-processed and %% written out as a ebin/*.appup file.