From 86525472c0054feba93a8aedd33c528022e27920 Mon Sep 17 00:00:00 2001 From: MorganGeek Date: Sun, 19 Jul 2020 12:15:34 +0200 Subject: [PATCH] fix rustup update command syntax --- dot_scripts/upgrade.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_scripts/upgrade.sh b/dot_scripts/upgrade.sh index 13e25ff..f523bb9 100755 --- a/dot_scripts/upgrade.sh +++ b/dot_scripts/upgrade.sh @@ -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