Skip to content

Commit

Permalink
Fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 7, 2025
1 parent b33fd38 commit 9f4e201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rubygems-requirements-system/platform/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def run_command_line(package, action, command_line)
alert_warning("'#{package}' system package is required.")
alert_warning("Run the following command " +
"to #{action} required system package: " +
escaped_install_command.join(" "))
escaped_command.join(" "))
end
succeeded
end
Expand Down

0 comments on commit 9f4e201

Please sign in to comment.