Explorar el Código

Merge pull request #1994 from lixen/master

fix case clause when fetching hg dep
pull/1996/head
Fred Hebert hace 6 años
cometido por GitHub
padre
commit
cd8493f6cd
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. +1
    -2
      src/rebar_hg_resource.erl

+ 1
- 2
src/rebar_hg_resource.erl Ver fichero

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

Cargando…
Cancelar
Guardar