Skip to content

Commit 20114ca

Browse files
committed
Fix main repository url
+semver:patch
1 parent 454fa9a commit 20114ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/parameters.cake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ public class BuildParameters
5252
IsRunningOnWindows = context.IsRunningOnWindows(),
5353
IsRunningOnAppVeyor = buildSystem.AppVeyor.IsRunningOnAppVeyor,
5454
IsPullRequest = buildSystem.AppVeyor.Environment.PullRequest.IsPullRequest,
55-
IsMainRepo = StringComparer.OrdinalIgnoreCase.Equals("FluentNHibernate/fluent-nhibernate", buildSystem.AppVeyor.Environment.Repository.Name),
55+
IsMainRepo = StringComparer.OrdinalIgnoreCase.Equals("nhibernate/fluent-nhibernate", buildSystem.AppVeyor.Environment.Repository.Name),
5656
IsMainBranch = StringComparer.OrdinalIgnoreCase.Equals("master", buildSystem.AppVeyor.Environment.Repository.Branch),
5757
IsTagged = IsBuildTagged(buildSystem),
58-
GitHub = BuildGitHub.GetWithCredentials(context, "FluentNHibernate", "fluent-nhibernate"),
58+
GitHub = BuildGitHub.GetWithCredentials(context, "nhibernate", "fluent-nhibernate"),
5959
NuGet = BuildNuGet.GetWithCredentials(context),
6060
ReleaseNotes = context.ParseReleaseNotes("./ReleaseNotes.md"),
6161
IsPublishBuild = IsPublishing(target),

0 commit comments

Comments
 (0)