Skip to content

Commit

Permalink
Revert "report symbols changed"
Browse files Browse the repository at this point in the history
This reverts commit dc75d98.
  • Loading branch information
majkinetor committed Nov 16, 2017
1 parent dc75d98 commit 3f79a22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions AU/Plugins/Report/markdown_funcs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ function md_table($result, $Columns, $MaxErrorLength=150) {
@{ N='Updated'
E={
$r = "[{0}](#{1})" -f $_.Updated, $_.Name.Replace('.','').ToLower()
$r += if ($_.Updated) { ' 🔸' }
$r += if ($_.Streams) { ' ' }
$r += if (ls $_.Path -Recurse -Include VERIFICATION.txt) { ' ' }
$r += if ($_.Updated) { ' 🔸' }
$r += if ($_.Streams) { ' 🕄' }
$r += if (ls $_.Path -Recurse -Include VERIFICATION.txt) { ' 📥' }
$r
}
},
Expand Down

0 comments on commit 3f79a22

Please sign in to comment.