Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
qxjit committed Feb 29, 2012
1 parent ea190f7 commit aaab391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy/deploy.rb
Expand Up @@ -65,7 +65,7 @@
}

# for nginx config
set :unicorn { port: unicorn_port }
set :unicorn, { port: unicorn_port }
end

set :rds_cfg, {
Expand Down

0 comments on commit aaab391

Please sign in to comment.