super_mega_ultra_capistrano_extensions 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
@@ -8,7 +8,7 @@ Capistrano::Configuration.instance(:must_exist).load do
|
|
8
8
|
Creates a symlink between the unversioned application \
|
9
9
|
configuration files in our shared directory and our application.
|
10
10
|
DESC
|
11
|
-
task :symlink, :except {:no_release => true} do
|
11
|
+
task :symlink, :except => {:no_release => true} do
|
12
12
|
config_files.each do |file|
|
13
13
|
run "ln -nfs #{shared_path}/config/#{file} #{latest_release}/config/#{file}"
|
14
14
|
end
|