mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-14 14:46:37 +00:00
Fix other-repos.sh
Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
4d079e741d
commit
08d77d0bf2
1 changed files with 5 additions and 5 deletions
|
@ -27,11 +27,11 @@ export PATH="$CARGO_HOME/bin:$PATH"
|
||||||
#
|
#
|
||||||
## Test that the installed binaries can be run
|
## Test that the installed binaries can be run
|
||||||
#cargo binstall --help >/dev/null
|
#cargo binstall --help >/dev/null
|
||||||
|
#
|
||||||
cargo_binstall_version="$(cargo binstall -V)"
|
#cargo_binstall_version="$(cargo binstall -V)"
|
||||||
echo "$cargo_binstall_version"
|
#echo "$cargo_binstall_version"
|
||||||
|
#
|
||||||
[ "$cargo_binstall_version" = "cargo-binstall 0.12.0" ]
|
#[ "$cargo_binstall_version" = "cargo-binstall 0.12.0" ]
|
||||||
|
|
||||||
# Test default Github pkg-url templates,
|
# Test default Github pkg-url templates,
|
||||||
# with bin-dir provided
|
# with bin-dir provided
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue