Vault SSH: PR review rework - 1

This commit is contained in:
Vishal Nayak
2015-07-01 11:58:49 -04:00
parent b3d88b2311
commit 13ab7fc40b
9 changed files with 36 additions and 35 deletions

View File

@@ -81,7 +81,7 @@ func Commands(metaPtr *command.Meta) map[string]cli.CommandFactory {
},
"ssh": func() (cli.Command, error) {
return &command.SshCommand{
return &command.SSHCommand{
Meta: meta,
}, nil
},