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 308eb36 commit 3dcab98
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 @@ -308,7 +308,7 @@ def import_jail(self, jail, compression_algo=None, path=None):
try:
target = os.path.join(
self.zpool.name, self.zpool.prefix, 'iocage',
'jails', f"{uuid}@ioc-export-{date}""
'jails', f"{uuid}@ioc-export-{date}"
)

iocage_lib.ioc_common.checkoutput(
Expand Down

0 comments on commit 3dcab98

Please sign in to comment.