This is an automated email from the git hooks/post-receive script.
civodul pushed a commit to branch version-1.4.0
in repository guix.
The following commit(s) were added to refs/heads/version-1.4.0 by this push:
new bba1e723b0 doc: Add missing quotes in wget command for
‘guix-install.sh’.
bba1e723b0 is described below
commit bba1e723b0ae81b377e0927a2f19bcc8b7b79479
Author: Ludovic Courtès <[email protected]>
AuthorDate: Tue Jan 21 16:13:39 2025 +0100
doc: Add missing quotes in wget command for ‘guix-install.sh’.
* doc/guix.texi (Binary Installation): Add missing quotes in wget
command.
Change-Id: I4ebb50492070c298ccc4f02e62d90e875ffe44da
---
doc/guix.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index efc7d60956..a85c9f690b 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -698,7 +698,7 @@ user. As root, you can thus run this:
@example
cd /tmp
-wget
https://git.savannah.gnu.org/gitweb/?p=guix.git;a=blob_plain;f=etc/guix-install.sh;hb=HEAD
+wget
'https://git.savannah.gnu.org/gitweb/?p=guix.git;a=blob_plain;f=etc/guix-install.sh;hb=HEAD'
chmod +x guix-install.sh
./guix-install.sh
@end example