Skip to content

Commit

Permalink
Fix cargo-binstall installation failure take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jul 26, 2022
1 parent d1839c2 commit b6afd8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ install_cargo_binstall() {

download "${url}" "${cargo_bin}" "cargo-binstall${exe}"
info "cargo-binstall installed at $(type -P "cargo-binstall${exe}")"
x cargo binstall | head -1 # cargo binstall doesn't have a normal --version flag
x cargo binstall --help | head -1 # cargo binstall doesn't have a normal --version flag
else
info "cargo-binstall already installed on in ${cargo_bin}/cargo-binstall"
fi
Expand Down

0 comments on commit b6afd8d

Please sign in to comment.