Просмотр исходного кода

Fix typo in error message

pull/259/head
Viacheslav V. Kovalev 10 лет назад
Родитель
Сommit
362264ba59
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},

Загрузка…
Отмена
Сохранить