Selaa lähdekoodia

Add missing function spec.

pull/2155/head
Guilherme Andrade 5 vuotta sitten
vanhempi
commit
0cb050e93b
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. +1
    -0
      src/rebar_dir.erl

+ 1
- 0
src/rebar_dir.erl Näytä tiedosto

@ -52,6 +52,7 @@ profile_dir(Opts, Profiles) ->
%% @doc returns the directory name for build artifacts for a given set %% @doc returns the directory name for build artifacts for a given set
%% of profiles. %% of profiles.
-spec profile_dir_name(rebar_state:t()) -> file:filename_all().
profile_dir_name(State) -> profile_dir_name(State) ->
profile_dir_name_(rebar_state:current_profiles(State)). profile_dir_name_(rebar_state:current_profiles(State)).

Ladataan…
Peruuta
Tallenna