Fix minor color bug

If we are not using RED then the Color should be the terminal default
not 7
This commit is contained in:
andy.boot
2018-06-19 23:39:23 +01:00
parent cab24f58d5
commit 0bf4ebf554
3 changed files with 3 additions and 3 deletions
-1
View File
@@ -279,4 +279,3 @@ fn recursive_sym_link_output(dir: &str, link_name: &str) -> String {
format_string(link_name, true, true, " 0B", " └──",),
)
}