Fix typo by adding missing comma.
This commit is contained in:
parent
a50d47f2dd
commit
fc7deac44b
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue