You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2016/08/03 14:40:09 UTC

couchdb commit: updated refs/heads/fix-dev-run-contents to e5e540f

Repository: couchdb
Updated Branches:
  refs/heads/fix-dev-run-contents [created] e5e540f71


Fix dev/run: "content" should be "contents"


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

Branch: refs/heads/fix-dev-run-contents
Commit: e5e540f7194dd2678debeaf530917495f0c37c46
Parents: 6415cd1
Author: Nick Vatamaniuc <va...@gmail.com>
Authored: Wed Aug 3 10:38:28 2016 -0400
Committer: Nick Vatamaniuc <va...@gmail.com>
Committed: Wed Aug 3 10:38:28 2016 -0400

----------------------------------------------------------------------
 dev/run | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/e5e540f7/dev/run
----------------------------------------------------------------------
diff --git a/dev/run b/dev/run
index a2646d2..c2a20de 100755
--- a/dev/run
+++ b/dev/run
@@ -242,7 +242,7 @@ def boot_haproxy(ctx):
         )
 
 
-def hack_default_ini(ctx, node, content):
+def hack_default_ini(ctx, node, contents):
     # Replace couchjs command
     couchjs = os.path.join(ctx['rootdir'], "src", "couch", "priv", "couchjs")
     mainjs = os.path.join(ctx['rootdir'], "share", "server", "main.js")