Skip to content

Commit 9bd29d2

Browse files
committed
fix migration tests
1 parent 5ac3afd commit 9bd29d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/init/buildgen/src/mill/main/buildgen/BuildGenUtil.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ object BuildGenUtil {
141141

142142
}
143143
def buildFile(dirs: Seq[String]): os.SubPath = {
144-
val name = if (dirs.isEmpty) rootBuildFileNames.get(0) else nestedBuildFileNames.get(0)
144+
val name = if (dirs.isEmpty) "build.mill" else "package.mill"
145145
os.sub / dirs / name
146146
}
147147

0 commit comments

Comments
 (0)