From e5e540f7194dd2678debeaf530917495f0c37c46 Mon Sep 17 00:00:00 2001 From: Nick Vatamaniuc Date: Wed, 3 Aug 2016 10:38:28 -0400 Subject: Fix dev/run: "content" should be "contents" --- dev/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v1.2.1