mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-13 15:00:15 +01:00
refactor: consistence
This commit is contained in:
parent
754214ede3
commit
7aa1aeafff
2 changed files with 3 additions and 4 deletions
|
|
@ -61,8 +61,7 @@ fn main() {
|
|||
return;
|
||||
} else {
|
||||
last_command = corrected_command;
|
||||
let msg = execution.err().unwrap();
|
||||
error_msg = msg.to_lowercase();
|
||||
error_msg = execution.err().unwrap();
|
||||
|
||||
let retry_message = format!("{}...", t!("retry"));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue