Skip to content

Commit b17b659

Browse files
committed
Merge 57494488-subclassing to master
[#57494488]
2 parents 24aeb3f + 1c10611 commit b17b659

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/java_buildpack/container/tomcat.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def initialize(context)
3232
super('Tomcat', context)
3333

3434
if supports?
35-
@tomcat_version, @tomcat_uri = JavaBuildpack::Repository::ConfiguredItem.find_item('Tomcat container', @configuration) { |candidate_version| candidate_version.check_size(3) }
35+
@tomcat_version, @tomcat_uri = JavaBuildpack::Repository::ConfiguredItem.find_item(@component_name, @configuration) { |candidate_version| candidate_version.check_size(3) }
3636
@support_version, @support_uri = JavaBuildpack::Repository::ConfiguredItem.find_item(@component_name, @configuration[KEY_SUPPORT])
3737
else
3838
@tomcat_version, @tomcat_uri = nil, nil

0 commit comments

Comments
 (0)