Skip to content

Commit

Permalink
Merge pull request #607 from tiii/patch-2
Browse files Browse the repository at this point in the history
fix typo in bin/support/ruby_compile
  • Loading branch information
schneems authored Sep 13, 2017
2 parents dbf4ffb + 1063d3c commit c42a578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/support/ruby_compile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby

# This script compiles an application so it can run on Heroku.
# It will install the application's specified verison of Ruby, it's dependencies
# It will install the application's specified version of Ruby, it's dependencies
# and certain framework specific requirements (such as calling `rake assets:precompile`
# for rails apps). You can see all features described in the devcenter
# https://devcenter.heroku.com/articles/ruby-support
Expand Down

0 comments on commit c42a578

Please sign in to comment.