mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 19:31:51 +02:00
Fix git typo
This commit is contained in:
+2
-3
@@ -171,11 +171,10 @@ while ! openssl dgst -sha256 -verify $RELEASE_OPENSSL_PUBKEY -signature \
|
|||||||
read -p "Please correctly sign letsencrypt-auto with offline-signrequest.sh"
|
read -p "Please correctly sign letsencrypt-auto with offline-signrequest.sh"
|
||||||
done
|
done
|
||||||
|
|
||||||
gid add letsencrypt-auto-source
|
git add letsencrypt-auto-source
|
||||||
git diff --cached
|
git diff --cached
|
||||||
git commit --gpg-sign="$RELEASE_GPG_KEY" -m "Release $version"
|
git commit --gpg-sign="$RELEASE_GPG_KEY" -m "Release $version"
|
||||||
git tag --local-user "$RELEASE_GPG_KEY" \
|
git tag --local-user "$RELEASE_GPG_KEY" --sign --message "Release $version" "$tag"
|
||||||
--sign --message "Release $version" "$tag"
|
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
echo Now in $PWD
|
echo Now in $PWD
|
||||||
|
|||||||
Reference in New Issue
Block a user