From b1c46b60a8800bc6e4fbd7d34dcb1c51c04df5bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gunnar=20Farneb=C3=A4ck?= Date: Tue, 8 Dec 2020 22:22:14 +0100 Subject: [PATCH] Fix typo. (#38721) --- stdlib/LibGit2/src/callbacks.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdlib/LibGit2/src/callbacks.jl b/stdlib/LibGit2/src/callbacks.jl index 45b97fe63c664..604014bbea7b2 100644 --- a/stdlib/LibGit2/src/callbacks.jl +++ b/stdlib/LibGit2/src/callbacks.jl @@ -413,7 +413,7 @@ function certificate_callback( valid = true elseif check == Consts.SSH_HOST_UNKNOWN if Sys.which("ssh-keyscan") !== nothing - msg = "Please run `ssh-keyscan $host >> $(files[1])` in order to add the server to your known hosts file and the try again." + msg = "Please run `ssh-keyscan $host >> $(files[1])` in order to add the server to your known hosts file and then try again." else msg = "Please connect once using `ssh $host` in order to add the server to your known hosts file and then try again. You may not be allowed to log in (wrong user and/or no login allowed), but ssh will prompt you to add a host key for the server which will allow libgit2 to verify the server." end