aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2011-03-02 12:21:39 -0800
committerAndre Arko <andre@arko.net>2011-03-02 12:21:39 -0800
commit4e5e93b770f8fb735fc8163a3c8d22fda0188453 (patch)
tree20c474451d8f7a737ec8a9c92235414cf65f8765 /Rakefile
parent87b74d97347fdc82dc194f68751a482db62ab790 (diff)
downloadbundler-4e5e93b770f8fb735fc8163a3c8d22fda0188453.tar.gz
correct git command to update rubygems master
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 6f9e3c4d..0ae4d688 100644
--- a/Rakefile
+++ b/Rakefile
@@ -72,7 +72,7 @@ begin
system("git clone git://github.com/rubygems/rubygems.git tmp/rubygems")
end
system("cd tmp/rubygems && git checkout #{rg}")
- system("git pull") if rg == "master"
+ system("git pull origin master") if rg == "master"
ENV["RUBYOPT"] = "-I#{File.expand_path("tmp/rubygems/lib")} #{rubyopt}"
end