From a10a18b0329094f954e1572a38cb856896d28717 Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Tue, 3 May 2016 16:53:41 -0700 Subject: [PATCH] remove dry-run flag --- main.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.go b/main.go index 0c20b0b..7569da3 100644 --- a/main.go +++ b/main.go @@ -167,8 +167,6 @@ func run(c *cli.Context) { }, } - plugin.Dryrun = true // TODO remote this line - // this code attempts to normalize the repository name by appending the fully // qualified registry name if otherwise omitted. if plugin.Login.Registry != defaultRegistry &&