Skip to content

Commit c5ffaa6

Browse files
committed
ci(cake): fix repository name
1 parent 8bac7d5 commit c5ffaa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/parameters.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ 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-hibernate", buildSystem.AppVeyor.Environment.Repository.Name),
55+
IsMainRepo = StringComparer.OrdinalIgnoreCase.Equals("FluentNHibernate/fluent-nhibernate", buildSystem.AppVeyor.Environment.Repository.Name),
5656
IsMainBranch = StringComparer.OrdinalIgnoreCase.Equals("master", buildSystem.AppVeyor.Environment.Repository.Branch),
5757
IsTagged = IsBuildTagged(buildSystem),
5858
GitHub = BuildGitHub.GetWithCredentials(context, "FluentNHibernate", "fluent-nhibernate"),

0 commit comments

Comments
 (0)