Fix appname

This commit is contained in:
Bogdan 2024-01-21 03:52:42 +02:00 committed by GitHub
commit f0601d11b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -109,7 +109,7 @@ namespace NzbDrone.Core.Update
if (_diskProvider.GetTotalSize(updateSandboxFolder) < 1.Gigabytes()) if (_diskProvider.GetTotalSize(updateSandboxFolder) < 1.Gigabytes())
{ {
_logger.Warn("Temporary location '{0}' has less than 1 GB free space, Sonarr may not be able to update itself.", updateSandboxFolder); _logger.Warn("Temporary location '{0}' has less than 1 GB free space, Lidarr may not be able to update itself.", updateSandboxFolder);
} }
var packageDestination = Path.Combine(updateSandboxFolder, updatePackage.FileName); var packageDestination = Path.Combine(updateSandboxFolder, updatePackage.FileName);