Skip to content

Commit

Permalink
Fixes #4 - Another defaults problem
Browse files Browse the repository at this point in the history
  • Loading branch information
leehambley committed Apr 22, 2010
1 parent 0de7ba2 commit 6c7147c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/railsless-deploy.rb
Expand Up @@ -43,7 +43,7 @@ def _cset(name, *args, &block)


_cset :version_dir, "releases" _cset :version_dir, "releases"
_cset :shared_dir, "shared" _cset :shared_dir, "shared"
_cset :shared_children, %w(system log pids) _cset :shared_children, [] # Empty!
_cset :current_dir, "current" _cset :current_dir, "current"


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

0 comments on commit 6c7147c

Please sign in to comment.