File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 ) {
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments