Skip to content

Commit f5059f6

Browse files
committed
JT: Fix download message
1 parent 9c48ea4 commit f5059f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/jt.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1953,7 +1953,7 @@ def igv
19531953
def install(name, *options)
19541954
case name
19551955
when 'jvmci'
1956-
puts install_jvmci('Downloading JDK8 with JVMCI', (@ruby_name || '').include?('ee'))
1956+
puts install_jvmci("Downloading JDK#{@jdk_version} with JVMCI", (@ruby_name || '').include?('ee'))
19571957
when 'eclipse'
19581958
puts install_eclipse
19591959
else

0 commit comments

Comments
 (0)