We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b4fadd commit 8bd83d9Copy full SHA for 8bd83d9
pkg/ckecli/cmd/ssh.go
@@ -57,7 +57,7 @@ func createFifo() (string, error) {
57
*/
58
59
func getPrivateKey(nodeName string) (string, []byte, error) {
60
- usr, err := user.Current()
+ usr, err := user.Current()
61
if err != nil {
62
return "", nil, err
63
}
@@ -197,7 +197,7 @@ func sshSubMain(ctx context.Context, args []string) error {
197
//fmt.Println("pipeFilename=",pipeFilename)
198
199
node := detectSSHNode(args[0])
200
- fmt.Println("node=",node)
+ fmt.Println("node=", node)
201
202
pipeFilename, pirvateKey, err := getPrivateKey(node)
203
0 commit comments