public
Rubygem
Description: Capistrano Recipies for God
Homepage: http://github.com/jnewland/san_juan
Clone URL: git://github.com/jnewland/san_juan.git
fix reload task
jnewland (author)
Mon Jun 23 15:49:29 -0700 2008
commit  1a4aabce7a65616f8a14f0c793a62147b4b30584
tree    9fee76723bc8a97b3e4029721e995bf877fa0f4e
parent  3a844484f97d11b37c614d3aa1188ebb4f7c1b89
...
58
59
60
61
 
62
63
64
...
58
59
60
 
61
62
63
64
0
@@ -58,7 +58,7 @@ module SanJuan
0
 
0
         desc "Reload the god config file"
0
         task :reload, :roles => role do
0
- sudo "god load #{configuration_path(current_path, role)}"
0
+ sudo "god load #{san_juan.configuration_path(current_path, role)}"
0
         end
0
 
0
         desc "Quit god, but not the processes it's monitoring"

Comments

    No one has commented yet.