mirror of https://github.com/Radarr/Radarr
fixed runner path for Linux
This commit is contained in:
parent
ddff598ba4
commit
836a79a9cc
|
@ -33,7 +33,7 @@ namespace NzbDrone.Integration.Test
|
|||
}
|
||||
else
|
||||
{
|
||||
Start("bin\\NzbDrone.Console.exe");
|
||||
Start(Path.Combine("bin","NzbDrone.Console.exe"));
|
||||
}
|
||||
|
||||
while (true)
|
||||
|
|
Loading…
Reference in New Issue