Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:robbyrussell/boxcar-conductor
Browse files Browse the repository at this point in the history
  • Loading branch information
demonbane committed Apr 17, 2008
2 parents 8901463 + e2b490f commit 9777d40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/boxcar_tasks.rb
Expand Up @@ -24,8 +24,8 @@ def render_erb_template(filename)
# What database server are you using?
# Example:
set :database_name, { :development => "#{application_name}_development",
:test => '#{application_name}_test',
:production => '#{application_name}_production' }
:test => "#{application_name}_test",
:production => "#{application_name}_production" }

# user
set :user, boxcar_username
Expand Down

0 comments on commit 9777d40

Please sign in to comment.