lib/deprec/recipes/app/mongrel.rb in deprec-2.0.10 vs lib/deprec/recipes/app/mongrel.rb in deprec-2.0.11

- old
+ new

@@ -109,10 +109,10 @@ symlink_logrotate_config activate_project end task :symlink_apache_vhost, :roles => :app do - sudo "ln -sf #{deploy_to}/mongrel/apache_vhost.conf #{apache_vhost_dir}/#{application}.conf" + sudo "ln -sf #{deploy_to}/mongrel/apache_vhost.conf #{apache_vhost_dir}/#{application}" end task :symlink_nginx_vhost, :roles => :app do sudo "ln -sf #{deploy_to}/mongrel/nginx_vhost.conf #{nginx_vhost_dir}/#{application}.conf" end