lib/alpha_omega/deploy.rb in alpha_omega-0.0.194 vs lib/alpha_omega/deploy.rb in alpha_omega-0.0.195

- old
+ new

@@ -84,10 +84,10 @@ # releases, paths, names # ========================================================================= _cset :previous_path_name, "previous" _cset :current_path_name, "current" _cset :next_path_name, "next" - _cset :active_path_name, { current_path_name } + _cset (:active_path_name), { current_path_name } _cset :compare_path_name, "compare" _cset :migrate_path_name, "migrate" _cset(:deploy_path_name) { current_path_name } _cset(:previous_path) { File.join(deploy_to, previous_path_name) }