Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
majkinetor committed Nov 12, 2017
1 parent 4c99998 commit 0756b60
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 -Recurse VERIFICATION.txt) { ' 🎁' }
$r += if (ls $_.Path -Recurse -Include VERIFICATION.txt) { ' 🎁' }
$r
}
},
Expand Down

0 comments on commit 0756b60

Please sign in to comment.