From d82eedac75ba1eb821c50fe542df956b89be73db Mon Sep 17 00:00:00 2001 From: Ian White Date: Tue, 23 Sep 2008 15:15:58 +1000 Subject: [PATCH] Fixing another typo --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 293b957..46d2640 100644 --- a/Rakefile +++ b/Rakefile @@ -24,7 +24,7 @@ task :cruise do # build doc and send that cd "garlic/work/edge/vendor/plugins/#{plugin_name}" do sh "rake doc:all" - sh "scp -i ~/.ssh/ardes -r doc ardes@ardes.com:~/subdomains/plugins/httpdocs/doc/inherit_views" + sh "scp -i ~/.ssh/ardes -r doc ardes@ardes.com:~/subdomains/plugins/httpdocs/doc/#{plugin_name}" end ensure