Skip to content

Commit

Permalink
Added attribute on RaftRepository for Otter
Browse files Browse the repository at this point in the history
  • Loading branch information
whatatripp committed Jan 28, 2021
1 parent 424c1a3 commit 1c501f7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -22,7 +22,7 @@ namespace Inedo.Extensions.Git.RaftRepositories
{
[DisplayName("Git")]
[Description("The raft is persisted as a Git repository that is synchronized with an external Git repository.")]
[AppliesTo(InedoProduct.BuildMaster)]
[AppliesTo(InedoProduct.BuildMaster | InedoProduct.Otter)]
public sealed class GitRaftRepository2 : RaftRepository2, ISyncRaft
{
private static readonly Lazy<bool> isBM627OrLater = new Lazy<bool>(IsBM627OrLater, LazyThreadSafetyMode.PublicationOnly);
Expand Down

0 comments on commit 1c501f7

Please sign in to comment.