Skip to content

Commit d6d2b04

Browse files
committed
Fix broken build.
1 parent 68a987a commit d6d2b04

File tree

1 file changed

+1
-27
lines changed

1 file changed

+1
-27
lines changed

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

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -18,34 +18,8 @@ class ToolkitMigrations {
1818
candidate = CandidateName,
1919
name = "Toolkit Migrations",
2020
description =
21-
"Toolkit is a client command line tool that supports multiple IoT protocols. for example, MQTT and COAP protocols" +
22-
"Provide a user optimized client tool for IoT developers and learners",
21+
"Toolkit is a client command line tool that supports multiple IoT protocols like MQTT and COAP. It provides a command line client tool for IoT development.",
2322
websiteUrl = "https://github.com/IoT-Technology/IoT-Toolkit"
2423
).insert()
2524
}
26-
27-
@ChangeSet(
28-
order = "002",
29-
id = "002-add_toolkit_0.4.0_as_default",
30-
author = "sanshengshui"
31-
)
32-
def migration002(implicit db: MongoDatabase) =
33-
Map(
34-
MacOSX -> "toolkit-0.4.0-osx-x86_64.zip",
35-
Linux64 -> "toolkit-0.4.0-linux-x86_64.zip",
36-
Windows -> "toolkit-0.4.0-windows-x86_64.zip"
37-
).map {
38-
case (platform, binary) =>
39-
Version(
40-
"toolkit",
41-
"0.4.0",
42-
s"https://github.com/IoT-Technology/IoT-Toolkit/releases/download/0.4.0/$binary",
43-
platform
44-
)
45-
}
46-
.toList
47-
.validate()
48-
.insert()
49-
.asCandidateDefault()
50-
5125
}

0 commit comments

Comments
 (0)