mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-15 23:26:36 +00:00
fix; went too fast
This commit is contained in:
parent
5fe1334058
commit
dad475f904
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ async fn main() -> Result<(), anyhow::Error> {
|
||||||
let cli_overrides = PkgOverride {
|
let cli_overrides = PkgOverride {
|
||||||
pkg_url: opts.pkg_url.clone(),
|
pkg_url: opts.pkg_url.clone(),
|
||||||
pkg_fmt: opts.pkg_fmt,
|
pkg_fmt: opts.pkg_fmt,
|
||||||
bin_dir: opts.bin_dir.clone(),
|
bin_dir: opts.bin_path.clone(),
|
||||||
};
|
};
|
||||||
|
|
||||||
// Setup logging
|
// Setup logging
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue