Skip to content

Commit

Permalink
add S letter on streams
Browse files Browse the repository at this point in the history
  • Loading branch information
majkinetor committed Nov 12, 2017
1 parent 860abcd commit beb820b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AU/Plugins/Report/markdown_funcs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ function md_table($result, $Columns, $MaxErrorLength=150) {
E={
$r = "[{0}](#{1})" -f $_.Updated, $_.Name.Replace('.','').ToLower()
$r += if ($_.Updated) { ' 🔸' }
$r += if ($_.Streams) { ' S' }
$r
}
},
Expand Down

0 comments on commit beb820b

Please sign in to comment.