You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2017/02/15 17:42:02 UTC

couchdb-setup git commit: Fix search path for couch_db.hrl

Repository: couchdb-setup
Updated Branches:
  refs/heads/COUCHDB-3300-merge-repos [created] bdf96f926


Fix search path for couch_db.hrl


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

Branch: refs/heads/COUCHDB-3300-merge-repos
Commit: bdf96f926952071c5b8b7b04d6c4de932aee6d65
Parents: e8d1e32
Author: Paul J. Davis <pa...@gmail.com>
Authored: Wed Feb 15 11:41:56 2017 -0600
Committer: Paul J. Davis <pa...@gmail.com>
Committed: Wed Feb 15 11:41:56 2017 -0600

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


http://git-wip-us.apache.org/repos/asf/couchdb-setup/blob/bdf96f92/src/setup.erl
----------------------------------------------------------------------
diff --git a/src/setup.erl b/src/setup.erl
index b27c6c6..085decc 100644
--- a/src/setup.erl
+++ b/src/setup.erl
@@ -15,7 +15,7 @@
 -export([enable_cluster/1, finish_cluster/0, add_node/1, receive_cookie/1]).
 -export([is_cluster_enabled/0, has_cluster_system_dbs/0]).
 
--include_lib("../couch/include/couch_db.hrl").
+-include_lib("couch/include/couch_db.hrl").
 
 
 require_admins(undefined, {undefined, undefined}) ->