Skip to content

Commit 7afd6c7

Browse files
committed
deploy: 2ed80ff
1 parent a51d28e commit 7afd6c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/src/uu_ls/ls.rs.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5940,7 +5940,7 @@
59405940
<span class="kw">fn </span>color_name(name: String, path: <span class="kw-2">&amp;</span>Path, md: <span class="prelude-ty">Option</span>&lt;<span class="kw-2">&amp;</span>Metadata&gt;, ls_colors: <span class="kw-2">&amp;</span>LsColors) -&gt; String {
59415941
<span class="kw">match </span>ls_colors.style_for_path_with_metadata(path, md) {
59425942
<span class="prelude-val">Some</span>(style) =&gt; {
5943-
<span class="kw">return </span>style.to_ansi_term_style().paint(name).to_string();
5943+
<span class="kw">return </span>style.to_nu_ansi_term_style().paint(name).to_string();
59445944
}
59455945
<span class="prelude-val">None </span>=&gt; name,
59465946
}

0 commit comments

Comments
 (0)