summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2014-11-11 20:18:30 -0800
committerAndre Arko <andre@arko.net>2014-11-11 20:18:30 -0800
commita3025bb12662b4cd6e1a09ca4e371bc518e664bd (patch)
tree610881b8539d30bbaabe34b8eae222e944591a14
parent080e850cfbf36093b34f5c50ed9a5232a679a33d (diff)
downloadbundler-a3025bb12662b4cd6e1a09ca4e371bc518e664bd.tar.gz
use RUBYGEMS_REPO everywhere
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 3152075b0a..e3812c0725 100644
--- a/Rakefile
+++ b/Rakefile
@@ -129,7 +129,7 @@ begin
end
task "clone_rubygems_#{rg}" do
- unless File.directory?("tmp/rubygems")
+ unless File.directory?(RUBYGEMS_REPO)
system("git clone https://github.com/rubygems/rubygems.git tmp/rubygems")
end
hash = nil