瀏覽代碼

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…
取消
儲存