Skip to content

Commit

Permalink
Use MIT keyserver. The previous one is down.
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-scott committed Oct 14, 2015
1 parent 2a8aa4a commit 6f0131c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/phpunit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ clean=0 # Clean up?
gpg --fingerprint D8406D0D82947747293778314AA394086372C20A
if [ $? -ne 0 ]; then
echo -e "\033[33mDownloading PGP Public Key...\033[0m"
gpg --keyserver pgp.uni-mainz.de --recv-keys D8406D0D82947747293778314AA394086372C20A
gpg --keyserver pgp.mit.edu --recv-keys D8406D0D82947747293778314AA394086372C20A
# Sebastian Bergmann <[email protected]>
gpg --fingerprint D8406D0D82947747293778314AA394086372C20A
if [ $? -ne 0 ]; then
Expand Down

0 comments on commit 6f0131c

Please sign in to comment.