1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-17 21:26:22 -04:00

Remove hacky way to change branch

This commit is contained in:
Leonardo Galli
2017-01-08 20:09:44 +01:00
parent 906ecfb6a1
commit ad7b6a8ec2

View File

@@ -23,7 +23,7 @@ namespace NzbDrone.Core.Update
public List<UpdatePackage> GetRecentUpdatePackages()
{
var branch = "develop";//_configFileProvider.Branch;
var branch = _configFileProvider.Branch;
return _updatePackageProvider.GetRecentUpdates(branch, BuildInfo.Version);
}
}