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 ace09a48..63cb77ff 100644
--- a/Rakefile
+++ b/Rakefile
@@ -127,7 +127,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