Skip to content

Commit

Permalink
NIT
Browse files Browse the repository at this point in the history
  • Loading branch information
brycx committed Apr 14, 2020
1 parent acd275b commit 674e487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Expand Up @@ -146,7 +146,7 @@ fn main() {
match overwrite_choice.trim() {
"y" => match configuration.save_config(&argvs[2]) {
Ok(()) => println!("Successfully saved new client configuration."),
Err(e) => panic!("Encounter error saving client configuration: {}", e),
Err(e) => panic!("Encountered error saving client configuration: {}", e),
},
"n" => println!("Configuration unchanged. Exiting client."),
_ => panic!("Invalid choice. Please enter 'y' for 'yes' or 'n' for 'no'."),
Expand Down

0 comments on commit 674e487

Please sign in to comment.