Fix typo by adding missing comma.

This commit is contained in:
Roland 2011-05-15 21:33:03 +02:00
parent a50d47f2dd
commit fc7deac44b

View file

@ -22,7 +22,7 @@ role :db, "railshosting.de", :primary => true # This is where Rails migrations
# role :db, "railshosting.de"
# extend $PATH to make sure that 'rake' can be found.
set :default_environment {
set :default_environment, {
'PATH' => "/var/www/htdocs/web1/.gem/ruby/1.9.1/bin/:$PATH"
}