summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-07-18 13:40:52 +0000
committerCarl Hetherington <cth@carlh.net>2014-07-18 13:40:52 +0000
commit32e7901a3d3ff4e026d1c1899b9a743af9961aea (patch)
tree04934907c4a3c860dbb540443235f3a92857fb92
parent0a104454cfda7b924210ee7150b5c3d66fe0e806 (diff)
Another missing temporary_directory setup.
-rwxr-xr-xcdist1
1 files changed, 1 insertions, 0 deletions
diff --git a/cdist b/cdist
index 5eb07b6..81544fe 100755
--- a/cdist
+++ b/cdist
@@ -455,6 +455,7 @@ class OSXUniversalTarget(OSXTarget):
class SourceTarget(Target):
def __init__(self):
+ self.temporary_directory = '/tmp'
super(SourceTarget, self).__init__('source', 2)
self.directory = tempfile.mkdtemp()