Skip to content

Commit

Permalink
update ioc_image.py typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Defenso-QTH committed Sep 21, 2024
1 parent 68a3dca commit 308eb36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iocage_lib/ioc_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def export_jail(self, uuid, path, compression_algo='zip'):
try:
target = os.path.join(
self.zpool.name, self.zpool.prefix, 'iocage',
'jails', f'{uuid}@ioc-export-{self.date}"
'jails', f"{uuid}@ioc-export-{self.date}"
)
iocage_lib.ioc_common.checkoutput(
["zfs", "destroy", "-r", target], stderr=su.STDOUT)
Expand Down

0 comments on commit 308eb36

Please sign in to comment.