You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2017/07/16 16:33:31 UTC

[4/7] couchdb-setup git commit: fix typo/compilation error

fix typo/compilation error


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

Branch: refs/heads/master
Commit: d61381a094a7f67ea688c58edacb3b204babcaa9
Parents: e153d48
Author: Jan Lehnardt <ja...@apache.org>
Authored: Sun Jul 16 17:24:55 2017 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Sun Jul 16 17:24:55 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/couchdb-setup/blob/d61381a0/src/setup.erl
----------------------------------------------------------------------
diff --git a/src/setup.erl b/src/setup.erl
index 0d17109..d0ecd2c 100644
--- a/src/setup.erl
+++ b/src/setup.erl
@@ -208,7 +208,7 @@ enable_single_node(Options) ->
 
     setup_node(NewCredentials, NewBindAddress, 1, Port),
     Dbs = proplists:get_value(ensure_dbs_exist, Options, cluster_system_dbs()),
-    finish_cluster_int(Dbs, has_cluster_system_dbs(Dbs))
+    finish_cluster_int(Dbs, has_cluster_system_dbs(Dbs)),
     couch_log:notice("Enable Single Node: ~p~n", [Options]).