Skip to content

Commit

Permalink
Merge pull request heroku#6 from knewter/patch-1
Browse files Browse the repository at this point in the history
Fix typo in comment in rails3 buildpack
  • Loading branch information
hone committed Feb 3, 2012
2 parents cbee473 + 27d59ec commit 6017711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/language_pack/rails3.rb
Expand Up @@ -65,7 +65,7 @@ def run_assets_precompile_rake_task
end
end

# setup the database url as on environment variable
# setup the database url as an environment variable
def setup_database_url_env
ENV["DATABASE_URL"] ||= begin
# need to use a dummy DATABASE_URL here, so rails can load the environment
Expand Down

0 comments on commit 6017711

Please sign in to comment.