Remove hacky way to change branch

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

View file

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