mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-15 15:16:37 +00:00
Update ui.rs yes/NO
Signed-off-by: pepa65 <pepa65@passchier.net>
This commit is contained in:
parent
e704abe7ac
commit
0710a7ffb0
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ fn ask_for_confirm(stdin: &mut StdinLock, input: &mut String) -> io::Result<()>
|
||||||
{
|
{
|
||||||
let mut stdout = io::stdout().lock();
|
let mut stdout = io::stdout().lock();
|
||||||
|
|
||||||
write!(&mut stdout, "Do you wish to continue? yes/[no]\n? ")?;
|
write!(&mut stdout, "Do you wish to continue? yes/NO? ")?;
|
||||||
stdout.flush()?;
|
stdout.flush()?;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue