From 0a68468f4dd1cbb5d7c82c48cd53ec056be38f80 Mon Sep 17 00:00:00 2001
From: "James E. Blair" <jeblair@openstack.org>
Date: Wed, 8 Jan 2014 16:26:21 +0800
Subject: [PATCH] Fix typo in zuul config template

Change-Id: Ica5ae3936b3396ce7d29f69c0c688ec6867bea48
---
 modules/zuul/templates/zuul.conf.erb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/zuul/templates/zuul.conf.erb b/modules/zuul/templates/zuul.conf.erb
index ddcc36472f..cbf08359b3 100644
--- a/modules/zuul/templates/zuul.conf.erb
+++ b/modules/zuul/templates/zuul.conf.erb
@@ -26,3 +26,4 @@ zuul_url=<%= zuul_url %>
 <% replication_targets.each do |target| -%>
 <%= target['name'] %>=<%= target['url'] %>
 <% end -%>
+<% end -%>