public
Description: rails plugin that enables inheritance of views along a controller class heirachy
Homepage: http://ianwhite.github.com/inherit_views
Clone URL: git://github.com/ianwhite/inherit_views.git
Fixing another typo
ianwhite (author)
Mon Sep 22 22:15:19 -0700 2008
commit  01770fcab376d8305df29d613ff4cf781a65d209
tree    3bfbc9b3eb89353f95b4413c4b98b58b25121274
parent  1469856afabbd00d90b9b8eeec0b3af7d1b95bf7
...
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