From bffb8c5bde4ab1b8911e77271ce3dca2829d2633 Mon Sep 17 00:00:00 2001
From: Mitchell E Berger <mitchb@mit.edu>
Date: Thu, 17 May 2018 03:40:45 -0400
Subject: [PATCH] Typo

---
 templatize-xend-config |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templatize-xend-config b/templatize-xend-config
index a660b13..11b04f9 100755
--- a/templatize-xend-config
+++ b/templatize-xend-config
@@ -17,7 +17,7 @@ if internal_ip is None:
 %>
 EOF
 
-s/^\#?\(xend-relocation server [a-z]*\)/(xend-relocation-server yes)/m or die;
+s/^\#?\(xend-relocation-server [a-z]*\)/(xend-relocation-server yes)/m or die;
 s/^\#?\(xend-relocation-address ''\)/(xend-relocation-address '\${internal_ip}')/m or die;
 s/^\#?\(xend-relocation-hosts-allow '[^']*'\)/(xend-relocation-hosts-allow '')/m or die;
 # s/^(\# )?\(network-script network-bridge\)/(network-script 'network-bridge')/m or die;
-- 
1.7.9.5