Skip to content

Commit 3eb42fa

Browse files
committed
Use resource from repo for resolve boostrap header
1 parent 4e40145 commit 3eb42fa

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
@@ -67,7 +67,7 @@ private val BOOTSTRAP_HEADER = """
6767
6868
//usr/bin/env echo '
6969
/**** BOOTSTRAP kscript ****\'>/dev/null
70-
command -v kscript >/dev/null 2>&1 || curl -L "https://git.io/fpVLG" | bash 1>&2
70+
command -v kscript >/dev/null 2>&1 || curl -L "https://git.io/fpF1K" | bash 1>&2
7171
exec kscript $0 "$@"
7272
\*** IMPORTANT: Any code including imports and annotations must come after this line ***/
7373

0 commit comments

Comments
 (0)