mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-13 01:42:29 +00:00
Merge pull request #228 from PetriAsi/fix/get-snipeitfiedset-typo#227
fix typo #277
This commit is contained in:
commit
b90e1a94ea
2 changed files with 2 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue