From 7afbd05da3fd24b9c825531d1a1c562e31189c53 Mon Sep 17 00:00:00 2001 From: Zane Bitter Date: Tue, 17 Apr 2012 18:04:04 +0200 Subject: [PATCH] Fix invalid JSON in template Signed-off-by: Zane Bitter --- templates/WordPress_Single_Instance.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/WordPress_Single_Instance.template b/templates/WordPress_Single_Instance.template index a691778285..8cff5cc4f1 100644 --- a/templates/WordPress_Single_Instance.template +++ b/templates/WordPress_Single_Instance.template @@ -134,7 +134,7 @@ "sed --in-place --e s/database_name_here/", { "Ref" : "DBName" }, "/ --e s/username_here/", { "Ref" : "DBUsername" }, "/ --e s/password_here/", { "Ref" : "DBPassword" }, "/ /usr/share/wordpress/wp-config.php\n" ]]}} } - }, + } }, "Outputs" : {