Merge pull request #19 from QuentinPerez/typo

fix typo 's/aes-keuy/aes-key'
This commit is contained in:
Manfred Touron 2017-12-19 09:34:15 +01:00 committed by GitHub
commit 6b0b22cb7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)
}
}