Skip to content

Commit

Permalink
xxx
Browse files Browse the repository at this point in the history
  • Loading branch information
LDVG committed Feb 28, 2024
1 parent 7bdb096 commit d73343b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions windows/cygwin.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,9 @@ try {
& $GPG --version
Write-Host "Listing keys in ${PSScriptRoot}\cygwin.gpg"
Get-ChildItem -Force "${PSScriptRoot}\cygwin.gpg"
& $GPG --debug-all --no-default-keyring `
& $GPG -vvvvv --debug-all --no-default-keyring `
--keyring "${PSScriptRoot}\cygwin.gpg" `
--list-keys
& $GPG --debug-all --no-default-keyring `
--keyring "/d/a/libfido2/windows/cygwin.gpg" `
--list-keys
Write-Host "... ok?"
& $GPG --quiet --no-default-keyring `
--keyring "${PSScriptRoot}\cygwin.gpg" `
Expand Down

0 comments on commit d73343b

Please sign in to comment.