Skip to content

Commit 342838b

Browse files
author
cantor-chron
committed
Update meta meta project.
1 parent 1ab43a4 commit 342838b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/project/Build.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import Keys._
1010
object Plugins extends Build {
1111
val mechadir = new File(s"mecha")
1212
val mechaPlugin = {
13-
if (mechadir.exists) ProjectRef(file("../../mecha"), "mecha-repo-plugin")
14-
else ProjectRef(uri("git://github.com/storm-enroute/mecha.git"), "mecha-repo-plugin")
13+
if (mechadir.exists) ProjectRef(file("../../mecha"), "mecha")
14+
else ProjectRef(uri("git://github.com/storm-enroute/mecha.git"), "mecha")
1515
}
1616

1717
lazy val build = Project(

0 commit comments

Comments
 (0)