Browse Source

Merge pull request #2272 from robertoaloi/fix-typo

Fix typo in abort message
pull/2278/head
Fred Hebert 5 years ago
committed by GitHub
parent
commit
db99550f25
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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} = {ok, RawCount} =
case Tag of case Tag of
undefined -> 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", {ok, PatchLines} = rebar_utils:sh("git rev-list HEAD",
[{use_stdout, false}, [{use_stdout, false},
{cd, Dir}, {cd, Dir},

Loading…
Cancel
Save