mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-11 15:56:05 -07:00
fixed #1708
This commit is contained in:
parent
b2cade10d6
commit
5dc7160c5d
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ namespace Ombi.Schedule.Jobs.Ombi
|
|||
var currentLocation = Path.GetDirectoryName(Assembly.GetEntryAssembly().Location);
|
||||
var processName = (settings.ProcessName.HasValue() ? settings.ProcessName : "Ombi");
|
||||
|
||||
return string.Join(" ", currentLocation, processName, url, storage);
|
||||
return string.Join(" ", currentLocation, processName, url.Value, storage.Value);
|
||||
}
|
||||
|
||||
private void RunScript(UpdateSettings settings, string downloadUrl)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue