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

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() -> collect_default_refcount() ->
%% Get the tag timestamp and minimal ref from the system. The %% Get the tag timestamp and minimal ref from the system. The
%% timestamp is really important from an ordering perspective. %% 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} = {ok, String} =
rebar_utils:sh("git log -n 1 --pretty=format:'%h\n' ", rebar_utils:sh("git log -n 1 --pretty=format:'%h\n' ",
[{use_stdout, false}, [{use_stdout, false},

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