Skip to content

Commit

Permalink
made a small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Russell committed Jan 3, 2018
1 parent e2853b1 commit 1ef95c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server-system-info-website.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ $head = @"
"@

# Convert everything to HTML and output to file
ConvertTo-Html -Head $head -Body "$computerHtml $ipHtml $disksHtml $processesHtml $servicesHtml" | Out-File $filepath
ConvertTo-Html -Head $head -Body "$computerHtml $ipsHtml $disksHtml $processesHtml $servicesHtml" | Out-File $filepath

}

0 comments on commit 1ef95c3

Please sign in to comment.