Skip to content

Commit dd9e96c

Browse files
committed
Removed extra } in source link
1 parent 78c53e3 commit dd9e96c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/macosMain/kotlin/com/jetbrains/handson/handson/init/HandsOnInitiator.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ class HandsOnInitiator(private val configuration: Configuration) {
264264
"\n" +
265265
"TODO - Provide introduction here" +
266266
"\n" +
267-
"[Source code on GitHub](https://github.com/kotlin-hands-on/${configuration.projectName}})\n"
267+
"[Source code on GitHub](https://github.com/kotlin-hands-on/${configuration.projectName})\n"
268268
}
269269

270270
private fun generateDescriptionContent(): String {

0 commit comments

Comments
 (0)