From 0cb050e93be41afcc0f063d5110a73dcf8fcb176 Mon Sep 17 00:00:00 2001 From: Guilherme Andrade Date: Mon, 2 Sep 2019 23:30:43 +0100 Subject: Add missing function spec. --- src/rebar_dir.erl | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/rebar_dir.erl b/src/rebar_dir.erl index 54e910d..6810640 100644 --- a/src/rebar_dir.erl +++ b/src/rebar_dir.erl @@ -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)). -- cgit v1.1