From fe548ef486a57f91a2daf562823f63adfd6ea8b9 Mon Sep 17 00:00:00 2001 From: William Ting Date: Wed, 8 Feb 2012 10:51:02 -1000 Subject: [PATCH] minor documentation fix --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index c94bb9f..eabe7f3 100755 --- a/install.sh +++ b/install.sh @@ -23,7 +23,7 @@ function add_msg { if [ "${1}" == "global" ]; then echo -e "\tsource /etc/profile.d/autojump.${2}" elif [ "${1}" == "local" ]; then - echo -e "\tsource ~/etc/profile.d/autojump.${2}" + echo -e "\tsource ~/.autojump/etc/profile.d/autojump.${2}" fi echo