Skip to content

Commit 6e1d7eb

Browse files
authored
Merge pull request #214 from PetriAsi/fix/set-snipeituser#213
fix parameter case
2 parents 7a83c09 + 0a22779 commit 6e1d7eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SnipeitPS/Public/Set-SnipeitUser.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ function Set-SnipeitUser() {
9292
[string]$last_name,
9393

9494
[ValidateLength(1,256)]
95-
[string]$userName,
95+
[string]$username,
9696

9797
[string]$jobtitle,
9898

0 commit comments

Comments
 (0)