Skip to content

Commit 44cc3f9

Browse files
authored
Update run.py - fix typo that break download (#298)
1 parent 744e94c commit 44cc3f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def main():
2828

2929
if args.jwm_version:
3030
classpath += [
31-
build_utils.fetch_maven('io.github.humbleui.jwm', 'jwm', args.jwm_version)
31+
build_utils.fetch_maven('io.github.humbleui', 'jwm', args.jwm_version)
3232
]
3333
else:
3434
classpath += [

0 commit comments

Comments
 (0)