mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-24 12:35:31 +00:00
Small change
removed comma on last package
This commit is contained in:
parent
4af1b27e11
commit
97eb09659d
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ namespace Cosmos.Build.Builder.Dependencies
|
||||||
}
|
}
|
||||||
if (!Directory.Exists(Path.GetFullPath(Path.Combine(_cosmosDir, "..", "Common"))))
|
if (!Directory.Exists(Path.GetFullPath(Path.Combine(_cosmosDir, "..", "Common"))))
|
||||||
{
|
{
|
||||||
result += "Common Repo, ";
|
result += "Common Repo";
|
||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue