Skip to content

Commit

Permalink
fix(parameter): missing protocol argument (#193)
Browse files Browse the repository at this point in the history
* fix host split

* rm .idea
  • Loading branch information
keatonLiu authored Jul 18, 2024
1 parent 716cc71 commit 79beba5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ dist
.cover
release
bin
.idea
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ func run(c *cli.Context) error {
Ciphers: c.StringSlice("ciphers"),
UseInsecureCipher: c.Bool("useInsecureCipher"),
TarDereference: c.Bool("tar.dereference"),
Protocol: easyssh.Protocol(c.String("protocol")),
Proxy: easyssh.DefaultConfig{
Key: c.String("proxy.ssh-key"),
Passphrase: c.String("proxy.ssh-passphrase"),
Expand Down

0 comments on commit 79beba5

Please sign in to comment.