Skip to content

Commit

Permalink
symbols in report
Browse files Browse the repository at this point in the history
  • Loading branch information
majkinetor committed Nov 12, 2017
1 parent 4a77f78 commit 4c99998
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion AU/Plugins/Report/markdown_funcs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ function md_table($result, $Columns, $MaxErrorLength=150) {
E={
$r = "[{0}](#{1})" -f $_.Updated, $_.Name.Replace('.','').ToLower()
$r += if ($_.Updated) { ' 🔸' }
$r += if ($_.Streams) { ' S' }
$r += if ($_.Streams) { ' 🕄' }
$r += if (ls -Recurse VERIFICATION.txt) { ' 🎁' }
$r
}
},
Expand Down

0 comments on commit 4c99998

Please sign in to comment.