fix: wording for ssh connection details debug
This commit is contained in:
parent
481891b077
commit
14e7115c5e
@ -954,7 +954,7 @@ func scpPublish(c *cli.Context, root, pubTarget string) error {
|
||||
logrus.Debugf("no ssh key discovered for %s", server)
|
||||
}
|
||||
|
||||
logrus.Debugf("connecting with user: %s, port: %s to connect to %s", sshUser, sshPort, server)
|
||||
logrus.Debugf("connecting to %s with user: %s, port: %s", server, sshUser, sshPort)
|
||||
|
||||
serverAndPort := fmt.Sprintf("%s:%s", server, sshPort)
|
||||
scpClient, err := scp.NewClient(serverAndPort, sshConf, &scp.ClientOption{})
|
||||
|
Loading…
x
Reference in New Issue
Block a user