瀏覽代碼

Fix function overspec.

pull/2155/head
Guilherme Andrade 5 年之前
父節點
當前提交
df808931cc
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/rebar_dir.erl

+ 1
- 1
src/rebar_dir.erl 查看文件

@ -56,7 +56,7 @@ profile_dir(Opts, Profiles) ->
profile_dir_name(State) ->
profile_dir_name_(rebar_state:current_profiles(State)).
-spec profile_dir_name_([atom(), ...] | rebar_state:t()) -> file:filename_all().
-spec profile_dir_name_([atom(), ...]) -> file:filename_all().
profile_dir_name_(Profiles)
when is_list(Profiles) ->
case [rebar_utils:to_list(P) || P <- Profiles] of

Loading…
取消
儲存