command/policy

This commit is contained in:
Mitchell Hashimoto
2015-04-01 23:02:03 -07:00
parent 6d8502c7d8
commit da81ab3b4c
2 changed files with 3 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ func init() {
}, nil
},
"policies": func() (cli.Command, error) {
"policy": func() (cli.Command, error) {
return &command.PolicyListCommand{
Meta: meta,
}, nil