We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17ec9a7 commit 9b6a0afCopy full SHA for 9b6a0af
project/Build.scala
@@ -1410,7 +1410,7 @@ object Build {
1410
val outputDir = languageReferenceConfig.value.get[OutputDir].get.value
1411
val expectedLinksFile = (file("project") / "scripts" / "expected-links" / "reference-expected-links.txt").toString
1412
import _root_.scala.sys.process._
1413
- s"$script $outputDir $expectedLinksFile" !
+ s"$script $outputDir $expectedLinksFile".!
1414
}
1415
1416
0 commit comments