Small change

removed comma on last package
This commit is contained in:
MishaTY 2021-01-05 11:26:19 -05:00
parent 4af1b27e11
commit 97eb09659d

View file

@ -30,7 +30,7 @@ namespace Cosmos.Build.Builder.Dependencies
}
if (!Directory.Exists(Path.GetFullPath(Path.Combine(_cosmosDir, "..", "Common"))))
{
result += "Common Repo, ";
result += "Common Repo";
}
return result;
}