provision: Fix unescaped reference to vagrant.

Previously, this would actually try to run `vagrant ssh`, rather than
printing it :(.
This commit is contained in:
Tim Abbott 2018-05-05 10:48:09 -07:00
parent 76fa29085a
commit 78f3cff151
1 changed files with 1 additions and 1 deletions

View File

@ -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