From 46ad021080323c7bd04d0e80a644c0491630b282 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 16 Sep 2023 23:11:00 +0900 Subject: [PATCH] Remove needless $ --- main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.sh b/main.sh index 1c3fe5be..a711a5ab 100755 --- a/main.sh +++ b/main.sh @@ -687,7 +687,7 @@ for tool in "${tools[@]}"; do done if [[ ${#unsupported_tools[@]} -gt 0 ]]; then - IFS=$',' + IFS=',' info "install-action does not support ${unsupported_tools[*]}; fallback to cargo-binstall" IFS=$'\n\t' install_cargo_binstall