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 2018/03/26 22:40:53 UTC

[couchdb] 04/11: fix typo/compilation error

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch import-setup-again
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit d61381a094a7f67ea688c58edacb3b204babcaa9
Author: Jan Lehnardt <ja...@apache.org>
AuthorDate: Sun Jul 16 17:24:55 2017 +0200

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

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]).
 
 

-- 
To stop receiving notification emails like this one, please contact
wohali@apache.org.