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 1c86072 commit 5604ed5Copy full SHA for 5604ed5
build.sc
@@ -1474,8 +1474,8 @@ object ci extends Module {
1474
val targetDir = os.pwd / "target"
1475
val homebrewFormulaDir = targetDir / "homebrew-scala-experimental"
1476
1477
- // clean target directory
1478
- if (os.exists(targetDir)) os.remove.all(targetDir)
+ // clean homebrew-scala-experimental directory
+ if (os.exists(homebrewFormulaDir)) os.remove.all(homebrewFormulaDir)
1479
1480
os.makeDir.all(targetDir)
1481
0 commit comments