Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
do not show 'updated' column in 'Ignored' table in report
Browse files Browse the repository at this point in the history
  • Loading branch information
majkinetor committed Sep 25, 2017
1 parent 510e795 commit bbc42d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AU/Plugins/Report/markdown.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ if ($Info.error_count.total) {

if ($Info.result.ignored) {
md_title Ignored
md_table $Info.result.ignored -Columns 'Icon', 'Updated', 'Name', 'NuspecVersion', 'IgnoreMessage'
md_table $Info.result.ignored -Columns 'Icon', 'Name', 'NuspecVersion', 'IgnoreMessage'
}

if ($Info.result.ok) {
Expand Down

0 comments on commit bbc42d8

Please sign in to comment.