Skip to content

Commit

Permalink
better formatting for missing gem message.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsanderson committed Aug 4, 2009
1 parent 6a502a9 commit fba1966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/open_gem/common_options.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def get_spec(name)
pattern = /#{Regexp.escape name}/
get_spec(pattern)
else
say "'#{name}' is not available"
say "#{name.inspect} is not available"
return nil
end

Expand Down

0 comments on commit fba1966

Please sign in to comment.