Update DeploymentInfoProvider.cs

This commit is contained in:
Qstick
2022-12-31 19:24:40 -06:00
parent 5726df841c
commit 44c37b3f47

View File

@@ -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))
{