Skip to content

Commit 7022b9f

Browse files
authored
Merge pull request #215 from snazy2000/develop
Fix Set-SnipeitUser -username parameter case.
2 parents 721e6c5 + 6e1d7eb commit 7022b9f

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)