Skip to content

Commit

Permalink
Fix param formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
X-Guardian committed Apr 19, 2020
1 parent 7605fa9 commit b08ae2e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2075,7 +2075,8 @@ function Get-ByteContent
{
[CmdletBinding()]
[OutputType([System.Byte[]])]
param(
param
(
[Parameter(Mandatory = $true)]
[System.String]
$Path
Expand Down

0 comments on commit b08ae2e

Please sign in to comment.