diff --git a/src/Core/ServiceWrapper/Program.cs b/src/Core/ServiceWrapper/Program.cs index efc6a0d..3ea852a 100644 --- a/src/Core/ServiceWrapper/Program.cs +++ b/src/Core/ServiceWrapper/Program.cs @@ -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()