Remove testing parameter

This commit is contained in:
Adison Cavani 2021-10-09 23:39:59 +02:00
parent 0b0db925a7
commit 2029db1737
No known key found for this signature in database
GPG key ID: 2C36C61283E73DC9

View file

@ -12,7 +12,7 @@ namespace DistroGrubThemes
}; };
// Add a directory tree to be included in the output TAR archive: // Add a directory tree to be included in the output TAR archive:
bool success = tar.AddDirRoot(sourceDirectory + "xxd"); bool success = tar.AddDirRoot(sourceDirectory);
if (success != true) if (success != true)
{ {
Console.ForegroundColor = ConsoleColor.Red; Console.ForegroundColor = ConsoleColor.Red;