mirror of
https://github.com/sharkdp/bat
synced 2024-11-16 08:57:59 +00:00
Minor change
This commit is contained in:
parent
f94ff93953
commit
40e5befdc7
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ impl App {
|
|||
.map(String::from)
|
||||
.or_else(|| env::var("BAT_THEME").ok())
|
||||
.map(|s| {
|
||||
if s == String::from("default") {
|
||||
if s == "default" {
|
||||
String::from(BAT_THEME_DEFAULT)
|
||||
} else {
|
||||
s
|
||||
|
|
Loading…
Reference in a new issue