Fix previous.
authorCarl Hetherington <cth@carlh.net>
Mon, 15 Apr 2024 07:24:26 +0000 (09:24 +0200)
committerCarl Hetherington <cth@carlh.net>
Mon, 15 Apr 2024 07:24:26 +0000 (09:24 +0200)
cdist

diff --git a/cdist b/cdist
index aefbbd12ef2b427cf49cf6030fef6ec1d82cf24e..c17c1dc86a28680f40cb49ceb63f085a8bd42bc1 100755 (executable)
--- a/cdist
+++ b/cdist
@@ -595,7 +595,7 @@ class WindowsDockerTarget(DockerTarget):
         self.bits = bits
         # This was used to differentiate "normal" Windows from XP, and is no longer important,
         # but old cscripts still look for it
-        self.target = None
+        self.version = None
 
         self.tool_path = '%s/usr/bin' % config.get('mxe_prefix')
         if self.bits == 32: