Update DeploymentInfoProvider.cs

pull/2151/head
Qstick 2 years ago
parent 5726df841c
commit 44c37b3f47

@ -34,7 +34,7 @@ namespace NzbDrone.Core.Configuration
var releaseInfoPath = Path.Combine(bin, "release_info");
PackageUpdateMechanism = UpdateMechanism.BuiltIn;
DefaultBranch = "aphrodite";
DefaultBranch = "master";
if (Path.GetFileName(bin) == "bin" && diskProvider.FileExists(packageInfoPath))
{

Loading…
Cancel
Save