Merge pull request #228 from PetriAsi/fix/get-snipeitfiedset-typo#227

fix typo #277
This commit is contained in:
Petri Asikainen 2021-09-14 06:57:26 +03:00 committed by GitHub
commit b90e1a94ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@ function Get-SnipeitFieldset() {
[parameter(mandatory = $false)]
[string]$apiKey
)
bagin {
begin {
Test-SnipeitAlias -invocationName $MyInvocation.InvocationName -commandName $MyInvocation.MyCommand.Name
if ($id) {

View file

@ -104,7 +104,7 @@ function Get-SnipeitLicense() {
[parameter(mandatory = $false)]
[string]$apiKey
)
bagin {
begin {
Test-SnipeitAlias -invocationName $MyInvocation.InvocationName -commandName $MyInvocation.MyCommand.Name
$SearchParameter = . Get-ParameterValue -Parameters $MyInvocation.MyCommand.Parameters -BoundParameters $PSBoundParameters