Skip to content

Commit 5cbdb01

Browse files
authored
Merge pull request #463 from RhinoSecurityLabs/bug/fix_444
fix #444
2 parents 2b47bc3 + 62ec883 commit 5cbdb01

File tree

1 file changed

+1
-1
lines changed
  • pacu/modules/ebs__download_snapshots

1 file changed

+1
-1
lines changed

pacu/modules/ebs__download_snapshots/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def main(args, pacu: Main):
9191
snap.fetch()
9292

9393
return SummaryData(
94-
out_dir=str(out_dir.relative_to('.')),
94+
out_dir=str(out_dir),
9595
snapshot_id=snapshot_id,
9696
snapshot_path=str(snap.path),
9797
vagrantfile=str(utils.init_vagrant(out_dir, True)),

0 commit comments

Comments
 (0)