Skip to content

Commit 26be466

Browse files
committed
few more debug statements
1 parent aaf05b4 commit 26be466

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/java_buildpack/container/tomcat/tomcat_geode_store.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,9 @@ def detect_geode_tomcat_version
140140
puts @droplet.sandbox + 'lib'
141141
geode_modules_tomcat_pattern = /ge.*-tomcat(?<version>[0-9]*).*.jar/.freeze
142142
Dir.foreach(@droplet.sandbox + 'lib') do |file|
143+
puts "===DEBUG ABHISHEK==="
144+
puts file
143145
if geode_modules_tomcat_pattern.match(file)
144-
puts "===DEBUG ABHISHEK==="
145-
puts file
146146
unless geode_tomcat_version.nil?
147147
raise('Multiple versions of geode-modules-tomcat jar found. ' \
148148
'Please verify your geode_store tar only contains one geode-modules-tomcat jar.')

0 commit comments

Comments
 (0)