Skip to content

Commit

Permalink
More things that were annoying me about the pending 2.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
leehambley committed May 26, 2009
1 parent 61b3fe9 commit 773a6d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion lib/capistrano/recipes/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ def _cset(name, *args, &block)

_cset :version_dir, "releases"
_cset :shared_dir, "shared"
_cset :shared_children, %w(system log pids)
_cset :current_dir, "current"

_cset(:releases_path) { File.join(deploy_to, version_dir) }
Expand Down
1 change: 1 addition & 0 deletions lib/capistrano/recipes/ext/rails-shared-directories.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_cset :shared_children, %w(system log pids)

0 comments on commit 773a6d3

Please sign in to comment.