1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-12-30 10:11:23 +02:00

Merge pull request #1606 from mujiburger/typo

TYPO: plguins != plugins
This commit is contained in:
Brad Rydzewski 2016-05-02 13:35:40 -07:00
commit d88d3421ee

View File

@ -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:*",
},