summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xget-host-keys2
1 files changed, 1 insertions, 1 deletions
diff --git a/get-host-keys b/get-host-keys
index 4fbf9a0..e67830d 100755
--- a/get-host-keys
+++ b/get-host-keys
@@ -89,7 +89,7 @@ ssh \
89 89
90if test -t 1 90if test -t 1
91then 91then
92 diff -u ssh_known_hosts~ ssh_known_hosts 92 diff -u ssh_known_hosts~ ssh_known_hosts || true
93else 93else
94 cat ssh_known_hosts 94 cat ssh_known_hosts
95fi 95fi