diff options
-rw-r--r-- | src/rebar_dir.erl | 1 |
1 files changed, 1 insertions, 0 deletions
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)). |