소스 검색

Merge pull request #1213 from stuart-thackray/master

Debug log update
pull/1220/head
Fred Hebert 9 년 전
부모
커밋
8284b55152
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

불러오는 중...
취소
저장