Skip to content

Commit

Permalink
fix pkgList Param in Set-FogSnapins, accidentally made it just string…
Browse files Browse the repository at this point in the history
… instead of string[]
  • Loading branch information
darksidemilk committed Aug 30, 2024
1 parent 884a7f4 commit 5b7f5af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion FogApi/Public/Set-FogSnapins.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ they could then be deployed with start-fogsnapins
}
# }
})]
[string]$pkgList,
[string[]]$pkgList,
[parameter(ParameterSetName='byId')]
[parameter(ParameterSetName='byObject')]
[switch]$exactNames,
Expand Down
1 change: 1 addition & 0 deletions docs/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### 2408.9.1

resolves Auto add aliases on build #9

### 2408.9.0

Major version doc updates, added many new functions and implemented some pipeline functionality
Expand Down

0 comments on commit 5b7f5af

Please sign in to comment.