diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2016-05-27 13:26:51 -0400 |
---|---|---|
committer | Fred Hebert <mononcqc@ferd.ca> | 2016-05-27 13:26:51 -0400 |
commit | 8284b551522b80c1f1b52c6498ca19f6c6e74324 (patch) | |
tree | 2a5a01b31201423eee73d0f963d205e56eb55be2 /src/rebar_git_resource.erl | |
parent | 24b4eb4aa5f1b59154d7d0ba93285b0862de549d (diff) | |
parent | 2d4e5b5fa63565868907ca0c96b090c29aec0075 (diff) |
Merge pull request #1213 from stuart-thackray/master
Debug log update
Diffstat (limited to 'src/rebar_git_resource.erl')
-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 ff43f76..f0f5f03 100644 --- a/src/rebar_git_resource.erl +++ b/src/rebar_git_resource.erl @@ -17,7 +17,7 @@ lock(AppDir, {git, Url, _}) -> lock(AppDir, {git, Url}); lock(AppDir, {git, Url}) -> - AbortMsg = io_lib:format("Locking of git dependency failed in ~s", [AppDir]), + AbortMsg = lists:flatten(io_lib:format("Locking of git dependency failed in ~s", [AppDir])), Dir = rebar_utils:escape_double_quotes(AppDir), {ok, VsnString} = case os:type() of |