1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 12:24:49 +01:00

Fix case for echo

This commit is contained in:
Matt Brown 2021-01-11 15:19:37 -05:00 committed by Daniil Gentili
parent a8f125e6ba
commit d78ad13e30
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -18,5 +18,5 @@ if [[ "$GPG_SIGNING" != '' ]] ; then
echo "Sign Phar"
ECHO "$GPG_PASSPHRASE" | gpg --command-fd 0 --passphrase-fd 0 --pinentry-mode loopback -u 12CE0F1D262429A5 --batch --detach-sign --armor --output build/psalm.phar.asc build/psalm.phar
echo "$GPG_PASSPHRASE" | gpg --command-fd 0 --passphrase-fd 0 --pinentry-mode loopback -u 12CE0F1D262429A5 --batch --detach-sign --armor --output build/psalm.phar.asc build/psalm.phar
fi