From ee0b443c4b5fec61f19a4fdd5cba74761d6352bc Mon Sep 17 00:00:00 2001 From: Buddhika Chathuranga Date: Mon, 10 Aug 2020 16:43:29 +0530 Subject: [PATCH] Update Program.cs --- src/Core/ServiceWrapper/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()