Skip to content

Commit

Permalink
use path in Bin#to_s
Browse files Browse the repository at this point in the history
  • Loading branch information
toy committed Oct 2, 2014
1 parent 5216360 commit c6d9054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/image_optim/bin_resolver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def initialize(name, path)
end

def to_s
"#{@name} #{@version || '?'}"
"#{@name} #{@version || '?'} at #{@path}"
end

def check!
Expand Down

0 comments on commit c6d9054

Please sign in to comment.