Fix comment

This commit is contained in:
Michael Bucari-Tovo 2022-08-18 10:59:37 -06:00
parent 9dd5940c8c
commit 6d2624d52b

View File

@ -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