Tweak output

This commit is contained in:
Taiki Endo
2023-01-12 22:57:36 +09:00
parent 8066254c63
commit 2411265c71

View File

@@ -509,6 +509,7 @@ for tool in "${tools[@]}"; do
# Use cargo-binstall fallback if tool is not available.
if [[ ! -f "${manifest_dir}/${tool}.json" ]]; then
cargo_binstall "${tool}" "${version}"
echo
continue
fi