summaryrefslogtreecommitdiff
path: root/wpa-psk-cli/src
diff options
context:
space:
mode:
Diffstat (limited to 'wpa-psk-cli/src')
-rw-r--r--wpa-psk-cli/src/bin/wpa-psk.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/wpa-psk-cli/src/bin/wpa-psk.rs b/wpa-psk-cli/src/bin/wpa-psk.rs
index 22404eb..ddcec0d 100644
--- a/wpa-psk-cli/src/bin/wpa-psk.rs
+++ b/wpa-psk-cli/src/bin/wpa-psk.rs
@@ -27,7 +27,7 @@ fn main() {
exit(match run() {
Ok(_) => 0,
Err(err) => {
- eprintln!("{}", err);
+ eprintln!("{err}");
1
}
})
Generated by cgit. See skreutz.com for my tech blog and contact information.