aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 3152075b..e3812c07 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