diff --git a/install.sh b/install.sh index a028e54b..f410e267 100755 --- a/install.sh +++ b/install.sh @@ -11,7 +11,7 @@ function link() { if [ -a "${HOME}/${2}" ]; then [[ -n "$VERBOSE_WARNING" ]] && echo ":: Warning: ${2} already exists." else - echo ":: Linking ${2}" + echo ":: Linking ${1} -> ${2}" ln -s "$(pwd)/${1}" "${HOME}/${2}" fi }