mirror of https://github.com/zulip/zulip.git
provision: Fix unescaped reference to vagrant.
Previously, this would actually try to run `vagrant ssh`, rather than printing it :(.
This commit is contained in:
parent
76fa29085a
commit
78f3cff151
|
@ -46,7 +46,7 @@ elif [ "$VIRTUAL_ENV" != "/srv/zulip-py3-venv" ] && [ -z "${TRAVIS}${SKIP_VENV_S
|
|||
echo
|
||||
echo "To update the shell, run:"
|
||||
echo " source /srv/zulip-py3-venv/bin/activate"
|
||||
echo "or just close this shell and start a new one (with Vagrant, `vagrant ssh`)."
|
||||
echo 'or just close this shell and start a new one (with Vagrant, `vagrant ssh`).'
|
||||
echo -en "$ENDC"
|
||||
fi
|
||||
exit 0
|
||||
|
|
Loading…
Reference in New Issue