]> Sergey Matveev's repositories - zsh-autoenv.git/blobdiff - autoenv.zsh
Better ~/.env_auth deprecation hint (#51)
[zsh-autoenv.git] / autoenv.zsh
index 4df3f53cb0f2a94623e01414f130ba8ca4eeb86f..b6863cb443156cf61a232046c1124107d711f59e 100644 (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