doc: Quote a URL to avoid misinterpretation by the shell.

Otherwise, the shell tries to perform pattern-matching based on the "?"
character.

Reported by nij in #guix.

* doc/guix.texi (Binary Installation): Add quotes around OPENPGP-SIGNING-KEY-URL.
This commit is contained in:
Leo Famulari 2021-04-09 20:46:34 -04:00
parent f68bcc1bc3
commit b685337c94
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -652,7 +652,7 @@ If that command fails because you do not have the required public key,
then run this command to import it:
@example
$ wget @value{OPENPGP-SIGNING-KEY-URL} \
$ wget '@value{OPENPGP-SIGNING-KEY-URL}' \
-qO - | gpg --import -
@end example