Skip to content

Commit

Permalink
Make package names in OBS results bold
Browse files Browse the repository at this point in the history
  • Loading branch information
simoniz0r committed Mar 26, 2022
1 parent 0ff160b commit e74cc92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zow.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ proc zypper_search_obs {type arguments} {
return $binary_list
} else {
foreach binary $binary_list {
puts "[color $::highlight [$binary getAttribute name]] |\
puts "[color $::prompt [color $::highlight [$binary getAttribute name]]] |\
[color $::change [$binary getAttribute project]] |\
[$binary getAttribute version]-[$binary getAttribute release] |\
[$binary getAttribute arch]"
Expand Down

0 comments on commit e74cc92

Please sign in to comment.