mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
[rubygems/rubygems] Normalize end alignment style with Bundler
f7f504b24c
This commit is contained in:
parent
a892e5599e
commit
f04954d95c
30 changed files with 291 additions and 291 deletions
|
@ -135,10 +135,10 @@ class Gem::FakeFetcher
|
|||
def download(spec, source_uri, install_dir = Gem.dir)
|
||||
name = File.basename spec.cache_file
|
||||
path = if Dir.pwd == install_dir # see fetch_command
|
||||
install_dir
|
||||
else
|
||||
File.join install_dir, "cache"
|
||||
end
|
||||
install_dir
|
||||
else
|
||||
File.join install_dir, "cache"
|
||||
end
|
||||
|
||||
path = File.join path, name
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue