We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb3f2e1 + 7559e0f commit 92b2a7dCopy full SHA for 92b2a7d
1 file changed
templates/inspect.ps1.erb
@@ -1,7 +1,6 @@
1
$is_already_installed = Get-ChildItem -Path cert:\<%= @root_store %>\<%= @store_dir %> -Recurse | select thumbprint | where { $_.thumbprint -eq '<%= @thumbprint %>' }
2
3
if ([string]::IsNullOrEmpty($is_already_installed) -eq $False) {
4
- Remove-Item $MyINvocation.InvocationName
5
exit 1
6
}
7
0 commit comments