mirror of
https://github.com/appleboy/drone-ssh.git
synced 2025-05-09 18:23:21 +08:00
docs: remove duplicated of port config. (#36)
This commit is contained in:
parent
da4a550afd
commit
d9476acbfa
@ -107,7 +107,7 @@ func (p Plugin) Exec() error {
|
|||||||
Auth: auths,
|
Auth: auths,
|
||||||
}
|
}
|
||||||
|
|
||||||
log.Printf("+ ssh %s@%s -p %d\n", p.Config.User, addr, p.Config.Port)
|
log.Printf("+ ssh %s@%s \n", p.Config.User, addr)
|
||||||
client, err := ssh.Dial("tcp", addr, config)
|
client, err := ssh.Dial("tcp", addr, config)
|
||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user