We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65b3299 commit 06e496aCopy full SHA for 06e496a
BrowserStackLocal/BrowserStackLocal/BrowserStackTunnel.cs
@@ -57,7 +57,7 @@ static bool IsAlpine()
57
{
58
try
59
60
- string[] output = Util.RunShellCommand("grep", "-w 'NAME' /etc/os-release");
+ string[] output = Util.RunShellCommand("grep", "-w \'NAME\' /etc/os-release");
61
return output[0]?.ToLower()?.Contains("alpine") ?? false;
62
}
63
catch (System.Exception ex)
0 commit comments