Explorar el Código

Add missing function spec.

pull/2155/head
Guilherme Andrade hace 5 años
padre
commit
0cb050e93b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      src/rebar_dir.erl

+ 1
- 0
src/rebar_dir.erl Ver fichero

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

Cargando…
Cancelar
Guardar