You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/09/23 14:29:28 UTC

[34/50] rebar commit: updated refs/heads/import to 5dea85d

rebar_core: add missing newline in log msg


Project: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/commit/fa6de2a1
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/tree/fa6de2a1
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/diff/fa6de2a1

Branch: refs/heads/import
Commit: fa6de2a17296e9b50677d6161fb8b34dd1c3dc3d
Parents: 3f0ead5
Author: Tuncer Ayaz <tu...@gmail.com>
Authored: Sun Jun 7 20:48:22 2015 +0200
Committer: Tuncer Ayaz <tu...@gmail.com>
Committed: Sun Jun 7 20:49:28 2015 +0200

----------------------------------------------------------------------
 src/rebar_core.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-rebar/blob/fa6de2a1/src/rebar_core.erl
----------------------------------------------------------------------
diff --git a/src/rebar_core.erl b/src/rebar_core.erl
index 8d5d8a0..0650430 100644
--- a/src/rebar_core.erl
+++ b/src/rebar_core.erl
@@ -318,7 +318,7 @@ remember_cwd_predirs(Cwd, Predirs) ->
                         {ok, Existing} ->
                             ?ABORT("Internal consistency assertion failed.~n"
                                    "sub_dir ~s already associated with ~s.~n"
-                                   "Duplicate sub_dirs or deps entries?",
+                                   "Duplicate sub_dirs or deps entries?~n",
                                    [Dir, Existing])
                     end
             end,