mirror of
https://github.com/moul/sshportal.git
synced 2025-09-11 23:24:33 +08:00
Merge pull request #19 from QuentinPerez/typo
fix typo 's/aes-keuy/aes-key'
This commit is contained in:
commit
6b0b22cb7b
1 changed files with 1 additions and 1 deletions
2
shell.go
2
shell.go
|
@ -721,7 +721,7 @@ GLOBAL OPTIONS:
|
|||
|
||||
if c.Bool("decrypt") {
|
||||
for _, host := range hosts {
|
||||
HostDecrypt(globalContext.String("aes-keuy"), host)
|
||||
HostDecrypt(globalContext.String("aes-key"), host)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue