mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-22 05:28:42 +00:00
fix test
This commit is contained in:
parent
3de20f7bc1
commit
501022144b
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ mod test {
|
||||||
|
|
||||||
assert_eq!(
|
assert_eq!(
|
||||||
&meta.pkg_url,
|
&meta.pkg_url,
|
||||||
"https://github.com/ryankurte/cargo-binstall/releases/download/v{ version }/cargo-binstall-{ target }.tgz"
|
"{ repo }/releases/download/v{ version }/{ name }-{ target }.tgz"
|
||||||
);
|
);
|
||||||
|
|
||||||
assert_eq!(
|
assert_eq!(
|
||||||
|
|
Loading…
Add table
Reference in a new issue