public
Description: response for lets you decorate your actions respond_to blocks
Homepage: http://blog.ardes.com/response_for
Clone URL: git://github.com/ianwhite/response_for.git
Click here to lend your support to: response_for and make a donation at www.pledgie.com !
Fixing another typo
ianwhite (author)
Mon Sep 22 22:14:46 -0700 2008
commit  9ccd6f9c4ca27228c660bf873682bb5a1c0a65de
tree    612daa91826dd1c51de6ac7740e70c344d88177e
parent  4a588d524da53bff16f09242af90a3bfb3deddd8
...
24
25
26
27
 
28
29
30
...
24
25
26
 
27
28
29
30
0
@@ -24,7 +24,7 @@ task :cruise do
0
     # build doc and send that
0
     cd "garlic/work/edge/vendor/plugins/#{plugin_name}" do
0
       sh "rake doc:all"
0
-      sh "scp -i ~/.ssh/ardes -r doc ardes@ardes.com:~/subdomains/plugins/httpdocs/doc/inherit_views"
0
+      sh "scp -i ~/.ssh/ardes -r doc ardes@ardes.com:~/subdomains/plugins/httpdocs/doc/#{plugin_name}"
0
     end
0
     
0
   ensure

Comments