mirror of
https://github.com/Ellpeck/Contentless.git
synced 2024-11-27 17:28:35 +01:00
Fix
This commit is contained in:
parent
a080844ddf
commit
bc82436aa3
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ public static class Program {
|
||||||
if (config.References.Length > 0)
|
if (config.References.Length > 0)
|
||||||
{
|
{
|
||||||
if (args.Length < 2) {
|
if (args.Length < 2) {
|
||||||
Console.WriteLine("Please specify the full path of project file, you want to use");
|
Console.WriteLine("You supplied references but there is no project file, this isn't compatible. Please specify the full path of project file, if you want to sync references");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
var csprojPath = args[1];
|
var csprojPath = args[1];
|
||||||
|
|
Loading…
Reference in a new issue