Fix message

This commit is contained in:
Gandifil 2023-12-20 23:22:00 +03:00
parent 098e3c02f3
commit 4e316065c0

View file

@ -87,7 +87,7 @@ public static class Program {
var fullLibraryPath = CalculateFullPathToLibrary(libraryName, referencesVersions[libraryName]);
if (reference != fullLibraryPath)
{
Console.WriteLine($"Change library reference from {reference} to {fullLibraryPath}");
Console.WriteLine($"Changing library reference from {reference} to {fullLibraryPath}");
reference = fullLibraryPath;
content[i] = ReferenceHeader + fullLibraryPath;
changed = true;