Fix cargo install cargo-update

This commit is contained in:
Thomas Forgione 2020-02-15 16:55:37 +01:00
parent 8845271866
commit fe74ea58ca
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ update-rust() {
# Program to update cargo programs is not installed
if [ $? -ne 0 ]; then
echo -e "\033[33;1m=== To allow updating rust packages, run \`cargo install install-update\`===\033[0m"
echo -e "\033[33;1m=== To allow updating rust packages, run \`cargo install cargo-update\`===\033[0m"
fi