Skip to content

Commit c7e6d1a

Browse files
committed
Be a tad clearer up-front that it's a missing gem.
1 parent bb55d1c commit c7e6d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/hardware/elm327_relay.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
require 'serialport'
2323
rescue LoadError => e
2424
gem = e.message.split.last
25-
abort "#{gem} is not installed. Please install with `gem install #{gem}' or, if using rvm, `rvm gemset install #{gem}' and try again."
25+
abort "#{gem} gem is not installed. Please install with `gem install #{gem}' or, if using rvm, `rvm gemset install #{gem}' and try again."
2626
end
2727

2828
#

0 commit comments

Comments
 (0)