Update Program.cs

pull/641/head
Buddhika Chathuranga 2020-08-10 16:43:29 +05:30
parent c4c97f7d34
commit ee0b443c4b
1 changed files with 1 additions and 1 deletions

View File

@ -676,7 +676,7 @@ namespace WinSW
return new ServiceDescriptorYaml(baseName, d).Configurations; 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() private static void PrintHelp()