[rubygems/rubygems] Fix a typo

https://github.com/rubygems/rubygems/commit/7c096a5df8
This commit is contained in:
Nobuyoshi Nakada 2022-12-30 20:21:51 +09:00 committed by git
parent f430701b1b
commit 36c4dda738

View File

@ -1828,7 +1828,7 @@ gem 'other', version
installer = Gem::Installer.at(
gem_with_ill_formated_platform,
:install_dir => @gem_home,
:install_dir => @gemhome,
:user_install => false,
:force => true
)