Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed Oct 4, 2024
1 parent 14d41bd commit 0641cd3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ static bool IsTWCore(Assembly assembly)
return false;
var moduleFolder = Path.GetDirectoryName(binFolder);
var modulesFolder = Path.GetDirectoryName(moduleFolder);
if (string.Equals(binFolder, "Modules", StringComparison.OrdinalIgnoreCase))
if (string.Equals(modulesFolder, "Modules", StringComparison.OrdinalIgnoreCase))
return false;

return true;
Expand Down

0 comments on commit 0641cd3

Please sign in to comment.