Skip to content

Commit 7942021

Browse files
committed
Fix BldMigration class name.
1 parent 9d0a997 commit 7942021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/io/sdkman/changelogs/BldMigration.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import com.github.mongobee.changeset.{ChangeLog, ChangeSet}
44
import com.mongodb.client.MongoDatabase
55

66
@ChangeLog(order = "078")
7-
class AntMigration {
7+
class BldMigration {
88
@ChangeSet(
99
order = "001",
1010
id = "001-add_bld_candidate",

0 commit comments

Comments
 (0)