Support `acl` or `access` in Yaml

This commit is contained in:
Brad Rydzewski 2016-11-19 11:57:33 +01:00 committed by GitHub
parent 6b05740097
commit 1f515374c1
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ func main() {
cli.GenericFlag{
Name: "access",
Usage: "access control settings",
EnvVar: "PLUGIN_ACCESS",
EnvVar: "PLUGIN_ACCESS,PLUGIN_ACL",
Value: &StringMapFlag{},
},
cli.GenericFlag{