Преглед изворни кода

Debug log update

pull/1213/head
Stuart Thackray пре 9 година
родитељ
комит
2d4e5b5fa6
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/rebar_git_resource.erl

+ 1
- 1
src/rebar_git_resource.erl Прегледај датотеку

@ -17,7 +17,7 @@
lock(AppDir, {git, Url, _}) ->
lock(AppDir, {git, Url});
lock(AppDir, {git, Url}) ->
AbortMsg = io_lib:format("Locking of git dependency failed in ~s", [AppDir]),
AbortMsg = lists:flatten(io_lib:format("Locking of git dependency failed in ~s", [AppDir])),
Dir = rebar_utils:escape_double_quotes(AppDir),
{ok, VsnString} =
case os:type() of

Loading…
Откажи
Сачувај