ambiguity

This commit is contained in:
ZephyrTFA
2024-08-18 04:07:37 -04:00
parent fc6369ac2f
commit 8fd017faa4
+1 -1
View File
@@ -68,7 +68,7 @@ namespace Tgstation.Server.Host
args = listArgs.ToArray();
}
if(RuntimeInformation.IsOSPlatform(OSPlatform.Linux))
if(System.Runtime.InteropServices.RuntimeInformation.IsOSPlatform(OSPlatform.Linux))
{
var proc = new Process
{