Better ~/.env_auth deprecation hint (#51)

Don't print the dot so it's easier to copy and paste.
This commit is contained in:
Arash Rouhani 2016-11-29 22:50:32 +07:00 committed by Daniel Hahler
parent d51b8ecccc
commit 0ad53b6ee6
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ if [[ -z $AUTOENV_AUTH_FILE ]]; then
fi
if [[ -f ~/.env_auth ]]; then
echo "zsh-autoenv: using deprecated location for AUTOENV_AUTH_FILE." >&2
echo "Please move it: mv ~/.env_auth ${(D)AUTOENV_AUTH_FILE}." >&2
echo "Please move it: mv ~/.env_auth ${(D)AUTOENV_AUTH_FILE}" >&2
AUTOENV_AUTH_FILE=~/.env_auth
fi
fi