move space into quotes

This commit is contained in:
Ivan Pozdeev 2024-12-23 20:50:57 +03:00
parent df4c4cdbc9
commit 1a98e52ec4

View File

@ -159,7 +159,7 @@ function help_() {
echo
echo 'export PYENV_ROOT="$HOME/.pyenv"'
echo '[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"'
echo 'eval "$(pyenv init -' $shell')"'
echo 'eval "$(pyenv init - '$shell')"'
;;
esac
echo