Skip to content

Commit b90e1a9

Browse files
authored
Merge pull request #228 from PetriAsi/fix/get-snipeitfiedset-typo#227
fix typo #277
2 parents bc88c6d + 3f39425 commit b90e1a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SnipeitPS/Public/Get-SnipeitFieldset.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function Get-SnipeitFieldset() {
3131
[parameter(mandatory = $false)]
3232
[string]$apiKey
3333
)
34-
bagin {
34+
begin {
3535
Test-SnipeitAlias -invocationName $MyInvocation.InvocationName -commandName $MyInvocation.MyCommand.Name
3636

3737
if ($id) {

SnipeitPS/Public/Get-SnipeitLicense.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ function Get-SnipeitLicense() {
104104
[parameter(mandatory = $false)]
105105
[string]$apiKey
106106
)
107-
bagin {
107+
begin {
108108
Test-SnipeitAlias -invocationName $MyInvocation.InvocationName -commandName $MyInvocation.MyCommand.Name
109109

110110
$SearchParameter = . Get-ParameterValue -Parameters $MyInvocation.MyCommand.Parameters -BoundParameters $PSBoundParameters

0 commit comments

Comments
 (0)