Переглянути джерело

Merge pull request #2272 from robertoaloi/fix-typo

Fix typo in abort message
pull/2278/head
Fred Hebert 5 роки тому
committed by GitHub
джерело
коміт
db99550f25
Не вдалося знайти GPG ключ що відповідає даному підпису Ідентифікатор GPG ключа: 4AEE18F83AFDEB23
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      src/rebar_git_resource.erl

+ 1
- 1
src/rebar_git_resource.erl Переглянути файл

@ -289,7 +289,7 @@ collect_default_refcount(Dir) ->
{ok, RawCount} =
case Tag of
undefined ->
AbortMsg2 = "Getting rev-list of git depedency failed in " ++ Dir,
AbortMsg2 = "Getting rev-list of git dependency failed in " ++ Dir,
{ok, PatchLines} = rebar_utils:sh("git rev-list HEAD",
[{use_stdout, false},
{cd, Dir},

Завантаження…
Відмінити
Зберегти