Skip to content

Commit 9a47d61

Browse files
Charles Johnsonsethvargo
authored andcommitted
[COOK-3295] Default openjdk_path to 'jre' on other systems
Signed-off-by: Seth Vargo <sethvargo@gmail.com>
1 parent dbe84c5 commit 9a47d61

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

libraries/helpers.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ def openjdk_path
4646
'jre-1.%s.0-openjdk%s' % [@jdk_version, arch_dir]
4747
when 'smartos'
4848
'jre'
49+
else
50+
'jre'
4951
end
5052
end
5153

0 commit comments

Comments
 (0)