mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-08-11 03:53:02 +00:00
Typo in privileged plugins listing
This commit is contained in:
parent
a3d6aeeb97
commit
0a07ae65ef
@ -84,8 +84,8 @@ var execCmd = cli.Command{
|
|||||||
Value: &cli.StringSlice{
|
Value: &cli.StringSlice{
|
||||||
"plugins/docker",
|
"plugins/docker",
|
||||||
"plugins/docker:*",
|
"plugins/docker:*",
|
||||||
"plguins/gcr",
|
"plugins/gcr",
|
||||||
"plguins/gcr:*",
|
"plugins/gcr:*",
|
||||||
"plugins/ecr",
|
"plugins/ecr",
|
||||||
"plugins/ecr:*",
|
"plugins/ecr:*",
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user