Skip to content

Commit

Permalink
ci(cake): fix repository name
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgcubano committed Feb 18, 2018
1 parent 8bac7d5 commit c5ffaa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/parameters.cake
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public class BuildParameters
IsRunningOnWindows = context.IsRunningOnWindows(),
IsRunningOnAppVeyor = buildSystem.AppVeyor.IsRunningOnAppVeyor,
IsPullRequest = buildSystem.AppVeyor.Environment.PullRequest.IsPullRequest,
IsMainRepo = StringComparer.OrdinalIgnoreCase.Equals("FluentNHibernate/fluent-hibernate", buildSystem.AppVeyor.Environment.Repository.Name),
IsMainRepo = StringComparer.OrdinalIgnoreCase.Equals("FluentNHibernate/fluent-nhibernate", buildSystem.AppVeyor.Environment.Repository.Name),
IsMainBranch = StringComparer.OrdinalIgnoreCase.Equals("master", buildSystem.AppVeyor.Environment.Repository.Branch),
IsTagged = IsBuildTagged(buildSystem),
GitHub = BuildGitHub.GetWithCredentials(context, "FluentNHibernate", "fluent-nhibernate"),
Expand Down

0 comments on commit c5ffaa6

Please sign in to comment.