summaryrefslogtreecommitdiff
path: root/dev/run
diff options
context:
space:
mode:
Diffstat (limited to 'dev/run')
-rwxr-xr-xdev/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/run b/dev/run
index a2646d26d..c2a20de4d 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")