engineyard-serverside 2.6.12.prewut3 → 2.6.12.prewut4
Sign up to get free protection for your applications and to get access to all the features.
@@ -56,7 +56,7 @@ module EY
|
|
56
56
|
def path(root, *parts)
|
57
57
|
puts "looking for #{root} #{parts.inspect}"
|
58
58
|
found = Pathname.new(File.join(send(root).to_s, *parts))
|
59
|
-
puts "found #{found.inspect} --
|
59
|
+
puts "found #{found.inspect} -- exist: #{found.exist?}"
|
60
60
|
if parts.include?("Gemfile")
|
61
61
|
checkpath = found.split("/")[0...-1].join("/")
|
62
62
|
puts "ls #{checkpath}"
|