diff --git a/pkg/ssh/ssh_keys.go b/pkg/ssh/ssh_keys.go index 309b498c5..83d4f1b34 100644 --- a/pkg/ssh/ssh_keys.go +++ b/pkg/ssh/ssh_keys.go @@ -19,7 +19,7 @@ type Context struct { } // NewContextForTests creates a new `ssh.Context` with internal properties set to the -// specified values. It should only be used to testing to inject test-specific setup. +// specified values. It should only be used to inject test-specific setup. func NewContextForTests(configDir, keygenExe string) Context { return Context{ configDir,