public
Description: resources_controller rails plugin: rc makes RESTful controllers fun
Homepage: http://plugins.ardes.com/doc/resources_controller
Clone URL: git://github.com/ianwhite/resources_controller.git
Click here to lend your support to: resources_controller and make a donation at www.pledgie.com !
Fixing another typo
ianwhite (author)
Mon Sep 22 22:15:58 -0700 2008
commit  d82eedac75ba1eb821c50fe542df956b89be73db
tree    3e604ed5e8006226ead4f54c58bd8e3c7f1dec2f
parent  9f29e2c42ecda21656462a79dd5c013fe1561831
...
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