Skip to content

Commit 4473a61

Browse files
committed
1 parent 7eff652 commit 4473a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ fn default_colors_enabled(out: &Term) -> bool {
2222

2323
let no_color_enabled = match env::var("NO_COLOR") {
2424
Ok(val) => val.to_lowercase() != "0" && val.to_lowercase() != "false",
25-
Err(_) => false, // Dacă variabila nu este setată, presupunem că nu este activată
25+
Err(_) => false,
2626
};
2727

2828
(clicolor_enabled && !no_color_enabled)

0 commit comments

Comments
 (0)