From 6d2624d52b63e086d3fdc0625a97bec0e3b8c3bc Mon Sep 17 00:00:00 2001 From: Michael Bucari-Tovo Date: Thu, 18 Aug 2022 10:59:37 -0600 Subject: [PATCH] Fix comment --- Source/LibationFileManager/InteropFactory.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/LibationFileManager/InteropFactory.cs b/Source/LibationFileManager/InteropFactory.cs index 397b5cf0..84af0996 100644 --- a/Source/LibationFileManager/InteropFactory.cs +++ b/Source/LibationFileManager/InteropFactory.cs @@ -66,7 +66,7 @@ namespace LibationFileManager { var here = Path.GetDirectoryName(Environment.ProcessPath); - // find '*ConfigApp.exe' files + // find '*ConfigApp.dll' files var appName = Directory.EnumerateFiles(here, $"*{CONFIG_APP_ENDING}", SearchOption.TopDirectoryOnly) // sanity check. shouldn't ever be true