fixup! Use notarytool instead of altool for notarizing macOS apps.
authorCarl Hetherington <cth@carlh.net>
Mon, 26 Jun 2023 08:04:17 +0000 (10:04 +0200)
committerCarl Hetherington <cth@carlh.net>
Mon, 26 Jun 2023 08:04:17 +0000 (10:04 +0200)
cdist

diff --git a/cdist b/cdist
index deb901f0664bc1fd4ad8a323aa0d909b87946da1..52d239b553510e6e2eff8f9969c8db06c87a5154 100755 (executable)
--- a/cdist
+++ b/cdist
@@ -155,8 +155,8 @@ class Config:
                 for k in self.options:
                     k.offer(s[0], s[1])
 
-    if not isinstance(self.get('osx_notarytool'), list):
-        self.set('osx_notarytool', [self.get('osx_notarytool')])
+        if not isinstance(self.get('osx_notarytool'), list):
+            self.set('osx_notarytool', [self.get('osx_notarytool')])
 
 
     def has(self, k):