Skip to content

Commit 2954f96

Browse files
committed
fixed groupId of support library
1 parent 6a57ae8 commit 2954f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ fi
145145
if [[ "$scriptFile" != *kts ]] && [[ ! -e ${scriptFile} ]]; then
146146
## auto-prefix one-liners with kscript-support api
147147
if [[ $(echo "${scriptFile}" | wc -l) -eq 1 ]]; then
148-
scriptFile=$'//DEPS de.mpicbg.scicomp:kscript:1.2\nimport kscript.text.*\nval lines = resolveArgFile(args)\n\n'${scriptFile}
148+
scriptFile=$'//DEPS com.github.holgerbrandl:kscript:1.2\nimport kscript.text.*\nval lines = resolveArgFile(args)\n\n'${scriptFile}
149149
fi
150150

151151
scriptHash=$(kscript_md5 <(echo "$scriptFile"))

0 commit comments

Comments
 (0)