From ffbbdf6f04e38f9d66af89183534f0c87e7ae42b Mon Sep 17 00:00:00 2001 From: Mariano Cano Date: Thu, 11 Jul 2024 12:35:39 -0700 Subject: [PATCH] Update api/ssh.go Co-authored-by: Max --- api/ssh.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/ssh.go b/api/ssh.go index abb4ef2d..5cfe906d 100644 --- a/api/ssh.go +++ b/api/ssh.go @@ -502,7 +502,7 @@ func SSHBastion(w http.ResponseWriter, r *http.Request) { }) } -// identityModifier is a custom modifier used to force a fixed duration. and set +// identityModifier is a custom modifier used to force a fixed duration, and set // the identity URI. type identityModifier struct { Identity *url.URL