We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c295f84 + d099cec commit ea47a40Copy full SHA for ea47a40
.travis/gpg.sh
@@ -29,7 +29,7 @@ gpg --batch --gen-key gen-key-script
29
# uid Lars K.W. Gohlke <[email protected]>
30
# ssb 4096R/CC1613B2 2016-09-08
31
# ssb 4096R/55B7CAA2 2016-09-08
32
-export GPG_KEYNAME=$(gpg -K | grep ^sec | cut -d/ -f2 | cut -d\ -f1 | head -n1)
+export GPG_KEYNAME=$(gpg -K | grep ^\\s | head -n1)
33
34
# cleanup local configuration
35
shred gen-key-script
0 commit comments