ソースを参照

fix case clause when is_supported is not in process dictionary

pull/1994/head
Mikael Lixenstrand 6年前
コミット
e0595666a3
1個のファイルの変更1行の追加2行の削除
  1. +1
    -2
      src/rebar_hg_resource.erl

+ 1
- 2
src/rebar_hg_resource.erl ファイルの表示

@ -200,7 +200,7 @@ check_type_support() ->
case get({is_supported, ?MODULE}) of
true ->
ok;
false ->
_ ->
case rebar_utils:sh("hg --version", [{return_on_error, true},
{use_stdout, false}]) of
{error, _} ->
@ -210,4 +210,3 @@ check_type_support() ->
ok
end
end.

読み込み中…
キャンセル
保存