浏览代码

Merge pull request #259 from kovyl2404/patch-1

Fix typo in error message
pull/262/head
Fred Hebert 10 年前
父节点
当前提交
580e175514
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/rebar_git_resource.erl

+ 1
- 1
src/rebar_git_resource.erl 查看文件

@ -120,7 +120,7 @@ make_vsn(Dir) ->
collect_default_refcount() ->
%% Get the tag timestamp and minimal ref from the system. The
%% timestamp is really important from an ordering perspective.
AbortMsg1 = "Gtting log of git dependency failed in " ++ rebar_dir:get_cwd(),
AbortMsg1 = "Getting log of git dependency failed in " ++ rebar_dir:get_cwd(),
{ok, String} =
rebar_utils:sh("git log -n 1 --pretty=format:'%h\n' ",
[{use_stdout, false},

正在加载...
取消
保存