Skip to content

Commit 687cf51

Browse files
danichegarmanbilge
andauthored
Update site/src/main/scala/org/typelevel/sbt/TypelevelSitePlugin.scala
Co-authored-by: Arman Bilge <[email protected]>
1 parent 9af87ed commit 687cf51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/main/scala/org/typelevel/sbt/TypelevelSitePlugin.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ object TypelevelSitePlugin extends AutoPlugin {
159159
val tlSitePublishTagsV = tlSitePublishTags.value
160160
val tlSitePublishBranchV = tlSitePublishBranch.value
161161

162-
tlSitePublishTagsV -> tlSitePublishBranchV match {
162+
(tlSitePublishTagsV, tlSitePublishBranchV) match {
163163
case (true, Some(_)) =>
164164
sys.error(
165165
s"'tlSitePublishTags' setting is set to 'true' which conflicts with 'tlSitePublishBranch' which is non-empty. " +

0 commit comments

Comments
 (0)