public this repo is viewable by everyone
Description: Vault
Homepage: http://peervoice.com/software/vault
Clone URL: git://github.com/ddollar/vault.git
need to use release path
ddollar (author)
26 days ago
commit  33a8f3efd1cbf1eaa8600d7af407e7aad821c899
tree    3fad78d0089c0f239fbe149072c2fdd4d6f60982
parent  da441917356a98e8c256f51c341caa4085b3ff59
...
45
46
47
48
 
49
50
51
...
45
46
47
 
48
49
50
51
0
@@ -45,7 +45,7 @@ namespace :peervoice do
0
   
0
     desc "copy app-specific configuration files into place"
0
     task :application do
0
- run %{if [ -d #{conf_dir} ]; then cp -R #{conf_dir}/* #{current_path}/config/; fi}
0
+ run %{if [ -d #{conf_dir} ]; then cp -R #{conf_dir}/* #{release_path}/config/; fi}
0
       run %{cd #{release_path} && rake peervoice:configure:target}
0
     end
0
     

Comments

    No one has commented yet.