Skip to content

Commit

Permalink
chore: added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
woutervanranst committed Apr 8, 2024
1 parent dda3bda commit c382362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Arius.Cli/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ private static async Task FinalizeLogAsync()

AnsiConsole.Write("Compressing logs... ");

var tarDir = LogDirectory.CreateSubdirectory(Path.GetRandomFileName());
var tarDir = LogDirectory.CreateSubdirectory(Path.GetRandomFileName()); // TODO: look at https://github.com/icsharpcode/SharpZipLib/wiki/GZip-and-Tar-Samples#createFull
foreach (var lf in logfiles)
lf.MoveTo(Path.Combine(tarDir.FullName, lf.Name));

Expand Down

0 comments on commit c382362

Please sign in to comment.