Skip to content

Commit

Permalink
fix new_app? detection code
Browse files Browse the repository at this point in the history
  • Loading branch information
hone committed Jun 17, 2013
1 parent 11205fd commit 02b8381
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/language_pack/ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,7 @@ def install_ruby
end

def new_app?
puts "new_app?: #{File.exist?("vendor/heroku")}"
File.exist?("vendor/heroku")
!File.exist?("vendor/heroku")
end

# vendors JVM into the slug for JRuby
Expand Down

0 comments on commit 02b8381

Please sign in to comment.