diff --git a/drone/exec.go b/drone/exec.go index 2d2172e59..c766707df 100644 --- a/drone/exec.go +++ b/drone/exec.go @@ -84,8 +84,8 @@ var execCmd = cli.Command{ Value: &cli.StringSlice{ "plugins/docker", "plugins/docker:*", - "plguins/gcr", - "plguins/gcr:*", + "plugins/gcr", + "plugins/gcr:*", "plugins/ecr", "plugins/ecr:*", },