mirror of
https://github.com/Ellpeck/Contentless.git
synced 2024-11-27 17:28:35 +01:00
Fix message
This commit is contained in:
parent
098e3c02f3
commit
4e316065c0
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ public static class Program {
|
||||||
var fullLibraryPath = CalculateFullPathToLibrary(libraryName, referencesVersions[libraryName]);
|
var fullLibraryPath = CalculateFullPathToLibrary(libraryName, referencesVersions[libraryName]);
|
||||||
if (reference != fullLibraryPath)
|
if (reference != fullLibraryPath)
|
||||||
{
|
{
|
||||||
Console.WriteLine($"Change library reference from {reference} to {fullLibraryPath}");
|
Console.WriteLine($"Changing library reference from {reference} to {fullLibraryPath}");
|
||||||
reference = fullLibraryPath;
|
reference = fullLibraryPath;
|
||||||
content[i] = ReferenceHeader + fullLibraryPath;
|
content[i] = ReferenceHeader + fullLibraryPath;
|
||||||
changed = true;
|
changed = true;
|
||||||
|
|
Loading…
Reference in a new issue