Remove needless $

This commit is contained in:
Taiki Endo
2023-09-16 23:11:00 +09:00
parent 13c0d6f598
commit 46ad021080

View File

@@ -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