ソースを参照

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},

読み込み中…
キャンセル
保存