Skip to content

Commit

Permalink
corrected a logic error in the helper.rb
Browse files Browse the repository at this point in the history
Signed-off-by: John McCrae <[email protected]>
  • Loading branch information
johnmccrae committed Mar 4, 2021
1 parent ddb61dd commit 6afb3f2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/win32/certstore/mixin/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,8 @@ def cert_ps_cmd(thumbprint, store_location: "LocalMachine", export_password: "12
if($use.FriendlyName -like "Client Authentication" ){
return $true
}
else {
return $false
}
}
return $false
}
$result = test_cert_values
Expand Down

0 comments on commit 6afb3f2

Please sign in to comment.