From 0a07ae65efd0ce28873f89c43f2f3f7f745415c2 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Sat, 10 Sep 2016 01:16:06 +0200 Subject: [PATCH] Typo in privileged plugins listing --- drone/exec.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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:*", },