Skip to content

Commit

Permalink
Revert "Update detect"
Browse files Browse the repository at this point in the history
This reverts commit dcf7b4c.
  • Loading branch information
zrob committed Feb 19, 2020
1 parent dcf7b4c commit 380fabd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/detect
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ if components.empty?
abort
else
str = components.join(' ')
puts str
puts str.length > 255 ? str.slice(0..251) + '...' : str
end

0 comments on commit 380fabd

Please sign in to comment.