Skip to content

Commit

Permalink
Update Set-HuduPassword.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
greenlighttec authored Jul 28, 2023
1 parent c9a09b0 commit f55eedb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HuduAPI/Public/Set-HuduPassword.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function Set-HuduPassword {
$AssetPassword = [ordered]@{asset_password = $Object }

if ($Name) {
$AssetPassword.asset_password | Add-Member -MemberType NoteProperty -Name name -Value $Name
$AssetPassword.asset_password | Add-Member -MemberType NoteProperty -Name name -Force -Value $Name

}

Expand Down

0 comments on commit f55eedb

Please sign in to comment.