diff --git a/hooks/pre-push b/hooks/pre-push index 68f26c7..a488ea8 100755 --- a/hooks/pre-push +++ b/hooks/pre-push @@ -117,7 +117,7 @@ if [ "$?" == 0 ] && [ "${TARPC_USE_CURRENT_TOOLCHAIN}" == "" ]; then run_cargo test tarpc nightly run_cargo test tarpc_examples nightly else - printf "${FAILURE}\n" + printf "${YELLOW}NOT FOUND${NC}\n" printf "${WARNING} Falling back to current toolchain: $(rustc -V)\n" run_cargo test tarpc