Fix cargo install cargo-update
This commit is contained in:
parent
8845271866
commit
fe74ea58ca
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue