guix-commits
[Top][All Lists]
Advanced

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

331/376: Fix bad comment


From: Ludovic Courtès
Subject: 331/376: Fix bad comment
Date: Wed, 28 Jan 2015 22:05:58 +0000

civodul pushed a commit to tag 1.8
in repository guix.

commit 39fe52f7acd1ef0e5cfddc70c13d0b3b9d578500
Author: Eelco Dolstra <address@hidden>
Date:   Wed Dec 10 11:35:05 2014 +0100

    Fix bad comment
---
 scripts/nix-profile.sh.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scripts/nix-profile.sh.in b/scripts/nix-profile.sh.in
index 7dd7968..8093bcd 100644
--- a/scripts/nix-profile.sh.in
+++ b/scripts/nix-profile.sh.in
@@ -10,7 +10,7 @@ if [ -n "$HOME" ]; then
 
     export PATH=$NIX_LINK/bin:$NIX_LINK/sbin:$PATH
 
-    # Subscribe the root user to the Nixpkgs channel by default.
+    # Subscribe the user to the Nixpkgs channel by default.
     if [ ! -e $HOME/.nix-channels ]; then
         echo "http://nixos.org/channels/nixpkgs-unstable nixpkgs" > 
$HOME/.nix-channels
     fi



reply via email to

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