From 03bc129e87cd5cc5d59998809657963332b1ed5d Mon Sep 17 00:00:00 2001 From: Andrew Gazelka Date: Tue, 1 Oct 2024 13:24:10 -0700 Subject: [PATCH] remove AI hallucination --- tools/run_cargo_machete.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/run_cargo_machete.sh b/tools/run_cargo_machete.sh index bad7f6b1d6..0350140d70 100755 --- a/tools/run_cargo_machete.sh +++ b/tools/run_cargo_machete.sh @@ -11,7 +11,6 @@ if ! command -v cargo-machete &> /dev/null then echo -e "${RED}Error: cargo-machete could not be found${NC}" echo -e "${YELLOW}To install, run: ${GREEN}cargo install cargo-machete${NC}" - echo -e "${YELLOW}For more information, visit: ${GREEN}https://github.com/bnjbvr/cargo-machete${NC}" exit 1 fi