mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-15 02:35:47 +00:00
Merge pull request #215 from snazy2000/develop
Fix Set-SnipeitUser -username parameter case.
This commit is contained in:
commit
7022b9fc3b
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