From d1279e10b03adacbf340627a2a9464649a2b1426 Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Thu, 28 Nov 2024 12:46:32 -0500 Subject: [PATCH] scripts: `rustup` in `update-all` ok, rm debug print --- dot_local/bin/executable_update-all | 2 -- 1 file changed, 2 deletions(-) diff --git a/dot_local/bin/executable_update-all b/dot_local/bin/executable_update-all index 7c6b2fc..30425aa 100644 --- a/dot_local/bin/executable_update-all +++ b/dot_local/bin/executable_update-all @@ -27,8 +27,6 @@ zls_has_update=$(echo "$aur_updates" | grep -c 'zls-git') if [ "$rust_has_update" -ne 0 ]; then rustup update -else - echo "$rust_has_update" fi if [ "$river_has_update" -ne 0 ] && [ "$zls_has_update" -ne 0 ]; then