Przeglądaj źródła

Merge pull request #1994 from lixen/master

fix case clause when fetching hg dep
pull/1996/head
Fred Hebert 6 lat temu
committed by GitHub
rodzic
commit
cd8493f6cd
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 2 usunięć
  1. +1
    -2
      src/rebar_hg_resource.erl

+ 1
- 2
src/rebar_hg_resource.erl Wyświetl plik

@ -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.

Ładowanie…
Anuluj
Zapisz