Skip to content

Commit fbcf920

Browse files
committed
Update Program.cs
1 parent 993d61a commit fbcf920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnturnedRedistUpdateTool/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public static async Task<int> Main(string[] args)
116116
Console.WriteLine($"Updated {updatedFiles.Count} File(s)");
117117
foreach (var (fromPath, toPath) in updatedFiles)
118118
{
119-
Console.WriteLine("Updated");
119+
Console.WriteLine($"Updated File. From: \"{fromPath}\", To: \"{toPath}\"");
120120
}
121121

122122
var forcedNote = Force ? " [Forced]" : "";

0 commit comments

Comments
 (0)