guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/06: doc: Fix incorrect GUIX_PROFILE value for 'guix pull'.


From: guix-commits
Subject: 01/06: doc: Fix incorrect GUIX_PROFILE value for 'guix pull'.
Date: Mon, 7 Dec 2020 06:49:52 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit b3f21eb6bc895a4eafe903dfbb480de481bbb4c7
Author: Holger Peters <holger.peters@posteo.de>
AuthorDate: Fri Dec 4 10:51:37 2020 +0100

    doc: Fix incorrect GUIX_PROFILE value for 'guix pull'.
    
    * doc/guix.texi (Getting Started): Fix invalid GUIX_PROFILE value.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index a21c4d6..1f33fd3 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -2786,7 +2786,7 @@ the command prints and, similar to what we saw above, 
paste these two
 lines in your terminal and @file{.bash_profile}:
 
 @example
-GUIX_PROFILE="$HOME/.config/guix/current/etc/profile"
+GUIX_PROFILE="$HOME/.config/guix/current"
 . "$GUIX_PROFILE/etc/profile"
 @end example
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]