summaryrefslogtreecommitdiffstats
path: root/src/sbin
diff options
context:
space:
mode:
Diffstat (limited to 'src/sbin')
-rw-r--r--src/sbin/bcfg22
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sbin/bcfg2 b/src/sbin/bcfg2
index 23f5bd4e0..e2d7c3b8e 100644
--- a/src/sbin/bcfg2
+++ b/src/sbin/bcfg2
@@ -92,7 +92,7 @@ if __name__ == '__main__':
sysexit(1)
if setup['bundle']:
- c = XML("<Configuration version='2.0/>")
+ c = XML("<Configuration version='2.0'/>")
for child in cfg.getroot().getchildren():
if ((child.tag == 'Bundle') and (child.attrib['name'] == setup['bundle'])):
c.append(child)