From 4d59ff19592fa8f497a2f118ac7b537476e21d30 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 1 Jun 2021 13:58:02 +0100 Subject: [PATCH] otter cli: Switch to CookedStdout for list-ssh-keys Signed-off-by: Ian Jackson --- src/bin/otter.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/otter.rs b/src/bin/otter.rs index f930454a..24888ad2 100644 --- a/src/bin/otter.rs +++ b/src/bin/otter.rs @@ -2144,7 +2144,7 @@ mod list_ssh_keys { use sshkeys::*; - let mut out = BufWriter::new(io::stdout()); + let mut out = CookedStdout::new(); // find the one we're using now -- 2.30.2