Skip to content

Commit 0761c50

Browse files
authored
Merge pull request #15019 from dotty-staging/fix-build-warning
2 parents 17ec9a7 + 9b6a0af commit 0761c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1410,7 +1410,7 @@ object Build {
14101410
val outputDir = languageReferenceConfig.value.get[OutputDir].get.value
14111411
val expectedLinksFile = (file("project") / "scripts" / "expected-links" / "reference-expected-links.txt").toString
14121412
import _root_.scala.sys.process._
1413-
s"$script $outputDir $expectedLinksFile" !
1413+
s"$script $outputDir $expectedLinksFile".!
14141414
}
14151415
}
14161416

0 commit comments

Comments
 (0)