mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-15 02:35:47 +00:00
Merge pull request #214 from PetriAsi/fix/set-snipeituser#213
fix parameter case
This commit is contained in:
commit
6e1d7ebdb5
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ function Set-SnipeitUser() {
|
||||||
[string]$last_name,
|
[string]$last_name,
|
||||||
|
|
||||||
[ValidateLength(1,256)]
|
[ValidateLength(1,256)]
|
||||||
[string]$userName,
|
[string]$username,
|
||||||
|
|
||||||
[string]$jobtitle,
|
[string]$jobtitle,
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue