summaryrefslogtreecommitdiff
path: root/src/rebar_git_resource.erl
diff options
context:
space:
mode:
authorFred Hebert <mononcqc@ferd.ca>2015-03-10 16:38:18 -0400
committerFred Hebert <mononcqc@ferd.ca>2015-03-10 16:38:18 -0400
commit580e175514e453ace41c6fdd684f47ba2579735e (patch)
tree9c47d429999150a22bc4b237e0e5f926a7c307e6 /src/rebar_git_resource.erl
parent757a4541f883e336032ec624e65e9df9dd3ba178 (diff)
parent362264ba59a7dc61accdafc18a7edb3eee29842d (diff)
Merge pull request #259 from kovyl2404/patch-1
Fix typo in error message
Diffstat (limited to 'src/rebar_git_resource.erl')
-rw-r--r--src/rebar_git_resource.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_git_resource.erl b/src/rebar_git_resource.erl
index 7626772..3b77da2 100644
--- a/src/rebar_git_resource.erl
+++ b/src/rebar_git_resource.erl
@@ -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},