fix rustup update command syntax

This commit is contained in:
MorganGeek 2020-07-19 12:15:34 +02:00
parent 942e88ac81
commit 86525472c0

View File

@ -26,6 +26,6 @@ pip list --outdated --format=freeze G -v '^\-e' | cut -d = -f 1 | xargs -n1 pip
pip freeze >~/requirements.txt
# Update VIM plugins installed via Vundle https://github.com/VundleVim/Vundle.vim
vim +PluginUpdate +qall >/dev/null
rustup-update
rustup update
npm update -g moro
pre-commit autoupdate