summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-12-30 15:37:56 +0100
committerCarl Hetherington <cth@carlh.net>2020-12-30 15:37:56 +0100
commitcf042d589026740e73e45cb096b916842ba46a2c (patch)
tree4f71d57ace149a3fc652b2283e54ebcf635b233a
parent2d9b88bf7eaf4e21c08237be97f2b9676ff8cd16 (diff)
fixup.
-rwxr-xr-xcdist2
1 files changed, 1 insertions, 1 deletions
diff --git a/cdist b/cdist
index 729853d..2327a4e 100755
--- a/cdist
+++ b/cdist
@@ -848,7 +848,7 @@ class OSXUniversalTarget(OSXTarget):
self.unlock_keychain()
tree = globals.trees.get(project, checkout, self)
with TreeDirectory(tree):
- for p in self._build_packages(tree, options, notarize)
+ for p in self._build_packages(tree, options, notarize):
copyfile(p, os.path.join(output_dir, os.path.basename(devel_to_git(tree.git_commit, p))))
class SourceTarget(Target):