Skip to content

Commit

Permalink
more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealFalcon committed Aug 15, 2024
1 parent d22bfd9 commit 90c2c7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cloudinit/cmd/devel/logs.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,8 @@ def collect_logs(
"tar",
"czf",
tarfile,
f"--directory={tmp_dir}",
"-C",
tmp_dir,
str(log_dir).replace(f"{tmp_dir}/", ""),
]
)
Expand Down

0 comments on commit 90c2c7b

Please sign in to comment.