From f16e17fb59303b1e9e7c7150d4eeb7d1540a2570 Mon Sep 17 00:00:00 2001 From: Miodrag Milic Date: Sun, 12 Nov 2017 22:12:54 +0100 Subject: [PATCH] r --- AU/Plugins/Report/markdown_funcs.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AU/Plugins/Report/markdown_funcs.ps1 b/AU/Plugins/Report/markdown_funcs.ps1 index 712a7255..a0be5350 100644 --- a/AU/Plugins/Report/markdown_funcs.ps1 +++ b/AU/Plugins/Report/markdown_funcs.ps1 @@ -32,7 +32,7 @@ function md_table($result, $Columns, $MaxErrorLength=150) { $r = "[{0}](#{1})" -f $_.Updated, $_.Name.Replace('.','').ToLower() $r += if ($_.Updated) { ' 🔸' } $r += if ($_.Streams) { ' 🕄' } - $r += if (ls $_.Path -Recurse -Include VERIFICATION.txt) { ' 🔳' } + $r += if (ls $_.Path -Recurse -Include VERIFICATION.txt) { ' 📥' } $r } },