fixed keygen encryption prompt
This commit is contained in:
parent
27789f94d2
commit
76ebacacf2
|
@ -77,7 +77,7 @@ fn main() -> OsshResult<()> {
|
|||
std::io::stdin().read_line(&mut line)?;
|
||||
fix_newline_ref(&mut line);
|
||||
|
||||
line.to_lowercase() == "y"
|
||||
line.to_lowercase() != "n"
|
||||
};
|
||||
|
||||
if encrypt {
|
||||
|
|
Loading…
Reference in a new issue