Sets Branch to develop. We need to change this later.

pull/2/head
Leonardo Galli 8 years ago
parent d08b0ce47a
commit 97095733dd

@ -28,7 +28,8 @@ namespace NzbDrone.Core.Update
public UpdatePackage AvailableUpdate() public UpdatePackage AvailableUpdate()
{ {
return _updatePackageProvider.GetLatestUpdate(_configFileProvider.Branch, BuildInfo.Version); //For new let's just use develop, afterwards we can change it back to the config: _configFileProvider.Branch
return _updatePackageProvider.GetLatestUpdate("develop", BuildInfo.Version);
} }
} }
} }
Loading…
Cancel
Save