Skip to content

Commit 3c65e83

Browse files
committed
fixed typo in update info
1 parent 2718bf7 commit 3c65e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/kscript/app/Kscript.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ private fun versionCheck() {
251251
fun padVersion(version: String) = java.lang.String.format("%03d%03d%03d", *version.split(".").map { Integer.valueOf(it) }.toTypedArray())
252252

253253
if (padVersion(latestVersion) > padVersion(KSCRIPT_VERSION)) {
254-
info("""\nA new version (v${latestVersion}) of kscript is available. Use 'kscript --self-update' to update your local kscript installation""")
254+
info("""A new version (v${latestVersion}) of kscript is available. Use 'kscript --self-update' to update your local kscript installation""")
255255
}
256256
}
257257

0 commit comments

Comments
 (0)