From 0d0cbf93c004e3c94878bdc1613c732a0af09aed Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 3 Aug 2016 09:44:41 -0700 Subject: [PATCH] Fix pyenv warning output wording --- dotfiles/lib/shellenv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/lib/shellenv.sh b/dotfiles/lib/shellenv.sh index 924556a8..f3b1d071 100644 --- a/dotfiles/lib/shellenv.sh +++ b/dotfiles/lib/shellenv.sh @@ -60,7 +60,7 @@ function _python_setup { local PYENV_INIT_COMMANDS="$(pyenv init -)" eval "$PYENV_INIT_COMMANDS" else - echo "WARNING: pyenv not is installed on this machine and python will likely not function correctly" + echo "WARNING: pyenv is not installed on this machine and python will likely not function correctly" fi # The following line is no longer necessary since the pyenv shim