diff --git a/image_creator/os_type/windows/__init__.py b/image_creator/os_type/windows/__init__.py index 260e5e1fdbd0e373aeb3c8fa5b31ebdae51d69fc..fd1b93926c01fb27583e8358c86811a3b6c9529f 100644 --- a/image_creator/os_type/windows/__init__.py +++ b/image_creator/os_type/windows/__init__.py @@ -524,7 +524,7 @@ class Windows(OSBase): self.registry.update_uac_remote_setting, old) def if_not_sysprepped(task, *args): - """Only perform this if the image is not syspreped""" + """Only perform this if the image is not sysprepped""" if not self.sysprepped: task(*args)