[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: doc: Fix typo.
From: |
guix-commits |
Subject: |
branch master updated: doc: Fix typo. |
Date: |
Tue, 19 Jan 2021 05:57:26 -0500 |
This is an automated email from the git hooks/post-receive script.
mothacehe pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new cb68ae6 doc: Fix typo.
cb68ae6 is described below
commit cb68ae668af2ade4b0777d82f227e5462768e9e5
Author: Joshua C. Randall <jcrandall@alum.mit.edu>
AuthorDate: Mon Jan 11 15:21:48 2021 +0100
doc: Fix typo.
Fixes <http://bugs.gnu.org/35004>.
* doc/guix.texi (Invoking guix package): Fix typo.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
doc/guix.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index dc41fe9..0a82219 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -3082,7 +3082,7 @@ shells get all the right environment variable definitions:
@example
GUIX_PROFILE="$HOME/.guix-profile" ; \
-source "$HOME/.guix-profile/etc/profile"
+source "$GUIX_PROFILE/etc/profile"
@end example
In a multi-user setup, user profiles are stored in a place registered as
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: doc: Fix typo.,
guix-commits <=