summaryrefslogtreecommitdiffstats
path: root/inspect.py
diff options
context:
space:
mode:
Diffstat (limited to 'inspect.py')
-rwxr-xr-x[-rw-r--r--]inspect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/inspect.py b/inspect.py
index a53b572..07b8d09 100644..100755
--- a/inspect.py
+++ b/inspect.py
@@ -14,7 +14,7 @@ fmt = "{asctime}, {name}:{lineno}:{funcName}(), {levelname}, {message}"
logging.basicConfig(level=logging.DEBUG, format=fmt, style="{")
RPM = re.compile(r"^(CentOS|AlmaLinux|Scientific|Rocky|Oracle|openSUSE|Fedora).*$") # noqa
-WIN = re.compile(r"^(Microsoft).*$")
+WIN = re.compile(r"^(Microsoft|Windows).*$")
def main(vmdk_path):