summaryrefslogtreecommitdiff
path: root/morphlib/ostree.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/ostree.py')
-rw-r--r--morphlib/ostree.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/ostree.py b/morphlib/ostree.py
index a2c133f2..7c761498 100644
--- a/morphlib/ostree.py
+++ b/morphlib/ostree.py
@@ -29,7 +29,7 @@ class OSTreeRepo(object):
except GLib.GError:
if not os.path.exists(path):
os.makedirs(path)
- repo.create(OSTree.RepoMode.ARCHIVE_Z2, self.cancellable)
+ repo.create(OSTree.RepoMode.BARE, self.cancellable)
repo.set_disable_fsync(disable_fsync)
return repo