diff options
author | Viacheslav V. Kovalev <kovyl2404@gmail.com> | 2015-03-10 23:28:52 +0300 |
---|---|---|
committer | Viacheslav V. Kovalev <kovyl2404@gmail.com> | 2015-03-10 23:28:52 +0300 |
commit | 362264ba59a7dc61accdafc18a7edb3eee29842d (patch) | |
tree | eefa104c7bfef13fac246b022801f7a5cc4e3cfb /src | |
parent | 400140a4c449076ee91a9cd67716b523b8abf64d (diff) |
Fix typo in error message
Diffstat (limited to 'src')
-rw-r--r-- | src/rebar_git_resource.erl | 2 |
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}, |