Skip to content

Commit 79beba5

Browse files
authored
fix(parameter): missing protocol argument (#193)
* fix host split * rm .idea
1 parent 716cc71 commit 79beba5

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ dist
2929
.cover
3030
release
3131
bin
32+
.idea

main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ func run(c *cli.Context) error {
298298
Ciphers: c.StringSlice("ciphers"),
299299
UseInsecureCipher: c.Bool("useInsecureCipher"),
300300
TarDereference: c.Bool("tar.dereference"),
301+
Protocol: easyssh.Protocol(c.String("protocol")),
301302
Proxy: easyssh.DefaultConfig{
302303
Key: c.String("proxy.ssh-key"),
303304
Passphrase: c.String("proxy.ssh-passphrase"),

0 commit comments

Comments
 (0)