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 40cb65f commit 7fcd855Copy full SHA for 7fcd855
src/main/scala/io/sdkman/changelogs/HelidonMigrations.scala
@@ -18,8 +18,8 @@ class HelidonMigrations {
18
name = "Helidon CLI",
19
description =
20
"The Helidon CLI lets you easily create a Helidon project by picking from a set of archetypes. " +
21
- "It also supports a developer loop that performs continuous compilation and application restart, " +
22
- "so you can easily iterate over source code changes.",
+ "It also supports a developer loop that performs continuous compilation and application restart, " +
+ "so you can easily iterate over source code changes.",
23
websiteUrl = "https://helidon.io"
24
).insert()
25
}
0 commit comments