Skip to content

Commit

Permalink
r
Browse files Browse the repository at this point in the history
  • Loading branch information
majkinetor committed Nov 12, 2017
1 parent f334458 commit f16e17f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AU/Plugins/Report/markdown_funcs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
},
Expand Down

0 comments on commit f16e17f

Please sign in to comment.