]> Sergey Matveev's repositories - zsh-autoenv.git/commitdiff
Better ~/.env_auth deprecation hint (#51)
authorArash Rouhani <miffoljud@gmail.com>
Tue, 29 Nov 2016 15:50:32 +0000 (22:50 +0700)
committerDaniel Hahler <github@thequod.de>
Tue, 29 Nov 2016 15:50:32 +0000 (16:50 +0100)
Don't print the dot so it's easier to copy and paste.

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