From e9aa6cf649673e7de416ef7346be19501d096cb1 Mon Sep 17 00:00:00 2001 From: derwolfe Date: Sun, 8 Feb 2015 10:15:06 -0600 Subject: [PATCH] doc: make location to add code to more clear --- libexec/pyenv-init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/pyenv-init b/libexec/pyenv-init index a8712085..09847120 100755 --- a/libexec/pyenv-init +++ b/libexec/pyenv-init @@ -50,7 +50,7 @@ if [ -z "$print" ]; then esac { echo "# Load pyenv automatically by adding" - echo "# the following to ${profile}:" + echo "# the following to the end of ${profile}:" echo case "$shell" in fish )