Skip to content

Commit

Permalink
Fixing another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwhite committed Sep 23, 2008
1 parent 4a588d5 commit 9ccd6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -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
Expand Down

0 comments on commit 9ccd6f9

Please sign in to comment.