mirror of https://github.com/winsw/winsw
Update Program.cs
parent
c4c97f7d34
commit
ee0b443c4b
|
@ -676,7 +676,7 @@ namespace WinSW
|
|||
return new ServiceDescriptorYaml(baseName, d).Configurations;
|
||||
}
|
||||
|
||||
throw new FileNotFoundException($"Unable to locate { baseName }.[xml|yml] file within executable directory or any parents");
|
||||
throw new FileNotFoundException($"Unable to locate { baseName }.[xml|yml] file within executable directory");
|
||||
}
|
||||
|
||||
private static void PrintHelp()
|
||||
|
|
Loading…
Reference in New Issue