Browse Source

Fix typo in abort message

pull/2272/head
Roberto Aloi 5 years ago
parent
commit
ffc5b9f81f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/rebar_git_resource.erl

+ 1
- 1
src/rebar_git_resource.erl View File

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

Loading…
Cancel
Save