Fix typo.
authorCarl Hetherington <cth@carlh.net>
Mon, 13 May 2024 09:33:18 +0000 (11:33 +0200)
committerCarl Hetherington <cth@carlh.net>
Mon, 13 May 2024 09:33:18 +0000 (11:33 +0200)
cdist

diff --git a/cdist b/cdist
index 83360590983269e56deb3604ee0a0e4975280902..cc697d51b8047a5b9e4d1cde49e19b2f7c26bad5 100755 (executable)
--- a/cdist
+++ b/cdist
@@ -615,7 +615,7 @@ class WindowsNativeTarget(Target):
         super().__init__('windows', directory)
         self.bits = 64
 
-        self.environment_prefix = config.get('windows_native_environmnet_prefix')
+        self.environment_prefix = config.get('windows_native_environment_prefix')
 
         self.set('PATH', '%s/bin:%s' % (self.environment_prefix, os.environ['PATH']))