mirror of
https://github.com/appleboy/drone-ssh.git
synced 2025-05-09 18:23:21 +08:00
fix: command line variable. (#58)
This commit is contained in:
parent
20a4793249
commit
6921b0b786
2
main.go
2
main.go
@ -171,7 +171,7 @@ func run(c *cli.Context) error {
|
||||
Proxy: defaultConfig{
|
||||
Key: c.String("proxy.ssh-key"),
|
||||
KeyPath: c.String("proxy.key-path"),
|
||||
User: c.String("proxy.user"),
|
||||
User: c.String("proxy.username"),
|
||||
Password: c.String("proxy.password"),
|
||||
Server: c.String("proxy.host"),
|
||||
Port: c.String("proxy.port"),
|
||||
|
Loading…
Reference in New Issue
Block a user