Skip to content

Commit c6e50dc

Browse files
committed
Fix a typo
1 parent 28a11a8 commit c6e50dc

File tree

1 file changed

+1
-1
lines changed
  • lib/rubygems-requirements-system/platform

1 file changed

+1
-1
lines changed

lib/rubygems-requirements-system/platform/base.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def run_command_line(package, action, command_line)
147147

148148
unless succeeded
149149
escaped_command_line = command_line.collect do |part|
150-
Shellwobrds.escape(part)
150+
Shellwords.escape(part)
151151
end
152152
@ui.error("#{prefix}: Failed.")
153153
@ui.error("Run the following command " +

0 commit comments

Comments
 (0)