diff --git a/SOURCES/anaconda-centos-bootfs-default-to-xfs.patch b/SOURCES/anaconda-centos-bootfs-default-to-xfs.patch
index 18edadc..66be0d8 100644
--- a/SOURCES/anaconda-centos-bootfs-default-to-xfs.patch
+++ b/SOURCES/anaconda-centos-bootfs-default-to-xfs.patch
@@ -6,7 +6,7 @@ diff -uNr anaconda-19.31.79__orig/pyanaconda/bootloader.py anaconda-19.31.79/pya
      @property
      def stage2_format_types(self):
 -        if productName.startswith("Red Hat "):
-+        if productName.startswith("Red Hat ") or prodctName.startswith("CentOS "):
++        if productName.startswith("Red Hat ") or productName.startswith("CentOS "):
              return ["xfs", "ext4", "ext3", "ext2", "btrfs"]
          else:
              return ["ext4", "ext3", "ext2", "btrfs", "xfs"]