mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 05:53:22 -07:00
Fix: use modern SUSE name
"SuSE" name is an outdated version of it. Use the modern one: SUSE
This commit is contained in:
parent
cfef699184
commit
88b7c9f7bc
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ __logo() {
|
|||
$MARKUP && printf "$(color u B k)%s$(color -)" "$logo" || printf "$logo"
|
||||
;;
|
||||
*suse*)
|
||||
logo="SuSE"
|
||||
logo="SUSE"
|
||||
$MARKUP && printf "$(color W g)%s$(color -)" "$logo" || printf "$logo"
|
||||
;;
|
||||
*xandros*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue