mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-13 18:02:30 +00:00
Fixed copypasted typo
This commit is contained in:
parent
f688b32c50
commit
953a3453fc
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ function Get-ParameterValue {
|
||||||
# The $PSBoundParameters for the caller -- DO NOT pass this (dot-source Get-ParameterValues instead)
|
# The $PSBoundParameters for the caller -- DO NOT pass this (dot-source Get-ParameterValues instead)
|
||||||
$BoundParameters = $PSBoundParameters,
|
$BoundParameters = $PSBoundParameters,
|
||||||
|
|
||||||
[string[]]$DefaultExcludeParameter = @("url", "apiKey", 'Debug', 'Verbose')
|
[string[]]$DefaultExcludeParameter = @("id", "url", "apiKey", 'Debug', 'Verbose')
|
||||||
)
|
)
|
||||||
|
|
||||||
if ($MyInvocation.Line[($MyInvocation.OffsetInLine - 1)] -ne '.') {
|
if ($MyInvocation.Line[($MyInvocation.OffsetInLine - 1)] -ne '.') {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue