Skip to content

Commit

Permalink
add *really* important x icon on error
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederik Dietz committed Nov 26, 2012
1 parent 14047d1 commit dc62dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gem_version_check/formatter/pretty_print.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def valid_dependency(dep)
end

def invalid_dependency(dep)
"#{dep.expected_version} != #{red}#{dep.version}#{black}"
"#{dep.expected_version} != #{red}#{dep.version}#{black}"
end

def black
Expand Down

0 comments on commit dc62dcf

Please sign in to comment.