Skip to content

Commit

Permalink
fix #444
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveYesland committed Jan 24, 2025
1 parent 2b47bc3 commit 2f41580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pacu/modules/ebs__download_snapshots/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def main(args, pacu: Main):
snap.fetch()

return SummaryData(
out_dir=str(out_dir.relative_to('.')),
out_dir=out_dir,
snapshot_id=snapshot_id,
snapshot_path=str(snap.path),
vagrantfile=str(utils.init_vagrant(out_dir, True)),
Expand Down

0 comments on commit 2f41580

Please sign in to comment.