Skip to content

Commit

Permalink
corrected casing back to the original source
Browse files Browse the repository at this point in the history
  • Loading branch information
scrthq authored Dec 11, 2018
1 parent 15040e6 commit 26ded36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PSGSuite/Public/Users/New-GSUser.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ function New-GSUser {
switch ($prop) {
PrimaryEmail {
if ($PSBoundParameters[$prop] -notlike "*@*.*") {
$PSBoundParameters[$prop] = "$($PSBoundParameters[$prop])@$($script:PSGSuite.Domain)"
$PSBoundParameters[$prop] = "$($PSBoundParameters[$prop])@$($Script:PSGSuite.Domain)"
}
$body.$prop = $PSBoundParameters[$prop]
}
Expand Down

0 comments on commit 26ded36

Please sign in to comment.