Skip to content

Commit

Permalink
Removed something that had snuck in accidentally
Browse files Browse the repository at this point in the history
  • Loading branch information
leehambley committed Feb 15, 2010
1 parent 7f3417b commit d8fbfc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/capistrano/recipes/deploy.rb
Expand Up @@ -45,7 +45,6 @@ def _cset(name, *args, &block)
_cset :shared_dir, "shared"
_cset :shared_children, %w(system log pids)
_cset :current_dir, "current"
_cset :restart_method "apache"

_cset(:releases_path) { File.join(deploy_to, version_dir) }
_cset(:shared_path) { File.join(deploy_to, shared_dir) }
Expand Down

0 comments on commit d8fbfc5

Please sign in to comment.