aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/Rakefile
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2008-10-23 20:29:25 +0200
committerDavid Heinemeier Hansson <david@loudthinking.com>2008-10-23 20:29:25 +0200
commit5366e61458cb642429a80297abefddcda6696abe (patch)
treea94a5cd41def1abe0108327c6d3076dd93b0d36b /activesupport/Rakefile
parentca7e4d71c276d779ce15439361f8112c9d22e5a2 (diff)
downloadrails-5366e61458cb642429a80297abefddcda6696abe.tar.gz
rails-5366e61458cb642429a80297abefddcda6696abe.tar.bz2
rails-5366e61458cb642429a80297abefddcda6696abe.zip
Proper update call for gem server
Diffstat (limited to 'activesupport/Rakefile')
-rw-r--r--activesupport/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/Rakefile b/activesupport/Rakefile
index 56c1d8033f..1961fb43cf 100644
--- a/activesupport/Rakefile
+++ b/activesupport/Rakefile
@@ -66,7 +66,7 @@ end
desc "Publish the beta gem"
task :pgem => [:package] do
Rake::SshFilePublisher.new("gems.rubyonrails.org", "/u/sites/gems/gems", "pkg", "#{PKG_FILE_NAME}.gem").upload
- `ssh gems.rubyonrails.org './gemupdate.sh'`
+ `ssh gems.rubyonrails.org '/u/sites/gems/gemupdate.sh'`
end
desc "Publish the API documentation"