From c079fd141ad91d3c6857e12682e9144ab50fc0f1 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 25 Sep 2022 16:32:11 +0900 Subject: [PATCH] Insert new line after cargo-binstall version output --- main.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/main.sh b/main.sh index 9f54c826..a89855da 100755 --- a/main.sh +++ b/main.sh @@ -470,6 +470,7 @@ for tool in "${tools[@]}"; do ;; cargo-binstall) install_cargo_binstall + echo continue ;; *)