From fe74ea58ca3b4610bc0c5123d182263583e33c47 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Sat, 15 Feb 2020 16:55:37 +0100 Subject: [PATCH] Fix cargo install cargo-update --- bin/update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/update b/bin/update index 4396fd0..fc19703 100755 --- a/bin/update +++ b/bin/update @@ -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