change bash comment to command.

This commit is contained in:
Izakbar
2025-02-09 23:38:12 +00:00
parent 8a3601989b
commit 741bfaee49

View File

@@ -39,7 +39,7 @@ namespace EveOPreview.Services.Implementation
#if LINUX
private string FindLinuxBinLocation(string command)
{
// Check common paths for bash
// Check common paths for command
string[] paths = { "/run/host/usr/bin", "/bin", "/usr/bin" };
foreach (var path in paths)
{