diff --git a/Contentless/Program.cs b/Contentless/Program.cs index 9714f3c..e53b8ee 100644 --- a/Contentless/Program.cs +++ b/Contentless/Program.cs @@ -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;