mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-15 15:16:37 +00:00
fix
Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
916b87c649
commit
6d409c1daa
1 changed files with 1 additions and 1 deletions
|
@ -610,7 +610,7 @@ You cannot use --{option} and specify multiple packages at the same time. Do one
|
|||
}
|
||||
}
|
||||
match opts.github_token.as_ref() {
|
||||
Some(token) if token.len() < 10 => opts.github_token = None,
|
||||
Some(token) if token.0.len() < 10 => opts.github_token = None,
|
||||
_ => (),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue