fix typo glasgall-dev
authorAdam Glasgall <glasgall@mit.edu>
Mon, 9 Jun 2014 23:47:56 +0000 (19:47 -0400)
committerAdam Glasgall <glasgall@mit.edu>
Mon, 9 Jun 2014 23:48:27 +0000 (19:48 -0400)
debian/changelog
invirt-database

index 577bd69..22f8596 100644 (file)
@@ -1,3 +1,9 @@
+invirt-xen-config (0.0.55) precise; urgency=medium
+
+  * Fix typo
+
+ -- Adam Glasgall <glasgall@orbifold>  Mon, 09 Jun 2014 19:47:58 -0400
+
 invirt-xen-config (0.0.54) precise; urgency=low
 
   * Add support for using pvgrub to boot paravms.
index 31e4b85..94efd05 100644 (file)
@@ -50,7 +50,7 @@ if machine_type.hvm:
     codepath = 'hvm'
 else:
     codepath = 'paravm'
-    if machine_type.type_id = 'linux-pvgrub':
+    if machine_type.type_id == 'linux-pvgrub':
         use_pvgrub = True
     else:
         use_pvgrub = False