mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-27 04:11:03 +00:00
TYPO: plguins != plugins
This commit is contained in:
parent
73f9c44d7f
commit
fd7b004e12
1 changed files with 2 additions and 2 deletions
|
@ -101,8 +101,8 @@ var AgentCmd = cli.Command{
|
|||
Value: &cli.StringSlice{
|
||||
"plugins/docker",
|
||||
"plugins/docker:*",
|
||||
"plguins/gcr",
|
||||
"plguins/gcr:*",
|
||||
"plugins/gcr",
|
||||
"plugins/gcr:*",
|
||||
"plugins/ecr",
|
||||
"plugins/ecr:*",
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue