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 2669790 commit 1013d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/cygwin.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ try {
& $GPG --version
Write-Host "Listing keys in ${PSScriptRoot}\cygwin.gpg"
Get-ChildItem -Force "${PSScriptRoot}\cygwin.gpg"
& $GPG --quiet --no-default-keyring `
& $GPG --debug-all --no-default-keyring `
--keyring ${PSScriptRoot}\cygwin.gpg `
--list-keys
Write-Host "... ok?"
Expand Down

0 comments on commit 1013d29

Please sign in to comment.