Przeglądaj źródła

Fix typo in error message

pull/259/head
Viacheslav V. Kovalev 10 lat temu
rodzic
commit
362264ba59
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/rebar_git_resource.erl

+ 1
- 1
src/rebar_git_resource.erl Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz