Skip to content
This repository was archived by the owner on Nov 17, 2022. It is now read-only.

Commit 58c1082

Browse files
author
MarcoFalke
committed
Merge #37: fix --detach-sig typo in gitian-building.md
e179f08 fix --detach-sig typo in gitian-building.md (fivepiece) Pull request description: This probably never broke anything because `gpg` understood what the argument meant anyway, but fix for consistency. ``` sed -i 's/--detach-sig /--detach-sign /g' gitian-building.md ``` Tree-SHA512: ebdea4e22d227f873a8b4b809c479ce3d7fe254a997645b4cb65385ef3fca3635041817d9fa3e07ea2924108a0e3b98e4aac79be8e2b8dfe6bedb44a91892623
2 parents 6393245 + e179f08 commit 58c1082

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gitian-building.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ You need to copy these uncommited changes to your host machine, where you can si
9696

9797
```
9898
export NAME=satoshi
99-
gpg --output $VERSION-linux/$NAME/bitcoin-linux-0.16-build.assert.sig --detach-sig 0.16.0rc1-linux/$NAME/bitcoin-linux-0.16-build.assert
100-
gpg --output $VERSION-osx-unsigned/$NAME/bitcoin-osx-0.16-build.assert.sig --detach-sig 0.16.0rc1-osx-unsigned/$NAME/bitcoin-osx-0.16-build.assert
101-
gpg --output $VERSION-win-unsigned/$NAME/bitcoin-win-0.16-build.assert.sig --detach-sig 0.16.0rc1-win-unsigned/$NAME/bitcoin-win-0.16-build.assert
99+
gpg --output $VERSION-linux/$NAME/bitcoin-linux-0.16-build.assert.sig --detach-sign 0.16.0rc1-linux/$NAME/bitcoin-linux-0.16-build.assert
100+
gpg --output $VERSION-osx-unsigned/$NAME/bitcoin-osx-0.16-build.assert.sig --detach-sign 0.16.0rc1-osx-unsigned/$NAME/bitcoin-osx-0.16-build.assert
101+
gpg --output $VERSION-win-unsigned/$NAME/bitcoin-win-0.16-build.assert.sig --detach-sign 0.16.0rc1-win-unsigned/$NAME/bitcoin-win-0.16-build.assert
102102
```
103103

104104
Make a PR (both the `.assert` and `.assert.sig` files) to the

0 commit comments

Comments
 (0)