Skip to content

Commit

Permalink
This line added an extra "2" to my gemfile "mysql2"
Browse files Browse the repository at this point in the history
  • Loading branch information
joemsak authored and parndt committed Jan 18, 2011
1 parent f08bc0a commit 580de68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/refinerycms
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ module Refinery
find_and_replace('config/database.yml', %r{password:.*}, "password: #{@options[:database][:password]}")

# Override mysql gem
find_and_replace('Gemfile', "mysql", "mysql2") if @options[:database][:adapter] == "mysql"
# find_and_replace('Gemfile', "mysql", "mysql2") if @options[:database][:adapter] == "mysql"
end

# Specify the correct version of the Refinery CMS gem (may be git source).
Expand Down

0 comments on commit 580de68

Please sign in to comment.