Refactor and fix umounts

This commit is contained in:
jpic
2020-01-26 12:41:39 +01:00
parent 9475d8b9af
commit 7d14d488da
2 changed files with 2 additions and 6 deletions
-1
View File
@@ -40,7 +40,6 @@ class Commit:
script.append(f'''
umounts
trap - 0
buildah commit --format={self.format} $ctr {self.repo}
''')