remove dry-run flag

This commit is contained in:
Brad Rydzewski 2016-05-03 16:53:41 -07:00
parent 0998cbd757
commit a10a18b032
1 changed files with 0 additions and 2 deletions

View File

@ -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 &&