Skip to content

Commit ea47a40

Browse files
author
Alex Malgaroli
authored
Merge pull request #32 from CurrencyFair/fix_deploy
Fix gpg generation script
2 parents c295f84 + d099cec commit ea47a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis/gpg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ gpg --batch --gen-key gen-key-script
2929
# uid Lars K.W. Gohlke <[email protected]>
3030
# ssb 4096R/CC1613B2 2016-09-08
3131
# ssb 4096R/55B7CAA2 2016-09-08
32-
export GPG_KEYNAME=$(gpg -K | grep ^sec | cut -d/ -f2 | cut -d\ -f1 | head -n1)
32+
export GPG_KEYNAME=$(gpg -K | grep ^\\s | head -n1)
3333

3434
# cleanup local configuration
3535
shred gen-key-script

0 commit comments

Comments
 (0)