fix repo update to set gating status

This commit is contained in:
Brad Rydzewski 2017-04-12 19:10:33 +02:00
parent 48f5eb8057
commit 7de2e80bd5

View file

@ -48,7 +48,7 @@ func repoUpdate(c *cli.Context) error {
config = c.String("config") config = c.String("config")
timeout = c.Duration("timeout") timeout = c.Duration("timeout")
trusted = c.Bool("trusted") trusted = c.Bool("trusted")
gated = c.Bool("trusted") gated = c.Bool("gated")
) )
patch := new(model.RepoPatch) patch := new(model.RepoPatch)