diff options
| -rw-r--r-- | doc/contributing.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/contributing.texi b/doc/contributing.texi index 0863bf5c2f4..65221505604 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi | |||
| @@ -153,8 +153,8 @@ and OpenPGP fingerprint of the @dfn{channel introduction} | |||
| 153 | @c The commit and fingerprint below must match those of the channel | 153 | @c The commit and fingerprint below must match those of the channel |
| 154 | @c introduction in '%default-channels'. | 154 | @c introduction in '%default-channels'. |
| 155 | @example | 155 | @example |
| 156 | git fetch origin keyring:keyring | 156 | guix git authenticate -k origin/keyring \ |
| 157 | guix git authenticate 9edb3f66fd807b096b48283debdcddccfea34bad \ | 157 | 9edb3f66fd807b096b48283debdcddccfea34bad \ |
| 158 | "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA" | 158 | "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA" |
| 159 | @end example | 159 | @end example |
| 160 | 160 | ||
| @@ -277,7 +277,7 @@ From there on, you can authenticate all the commits included in your | |||
| 277 | checkout by running: | 277 | checkout by running: |
| 278 | 278 | ||
| 279 | @example | 279 | @example |
| 280 | guix git authenticate \ | 280 | guix git authenticate -k origin/keyring \ |
| 281 | 9edb3f66fd807b096b48283debdcddccfea34bad \ | 281 | 9edb3f66fd807b096b48283debdcddccfea34bad \ |
| 282 | "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA" | 282 | "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA" |
| 283 | @end example | 283 | @end example |
