Removed unused mirror flags
Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
This commit is contained in:
parent
68d5ecf6bf
commit
c6b51970cd
2 changed files with 4 additions and 5 deletions
|
@ -40,7 +40,6 @@ func NewRepository(ctx context.Context, name, endpoint string, repoConfig *Repos
|
|||
ub: ub,
|
||||
name: name,
|
||||
context: ctx,
|
||||
mirror: repoConfig.AllowMirrors,
|
||||
}, nil
|
||||
}
|
||||
|
||||
|
@ -49,7 +48,6 @@ type repository struct {
|
|||
ub *v2.URLBuilder
|
||||
context context.Context
|
||||
name string
|
||||
mirror bool
|
||||
}
|
||||
|
||||
func (r *repository) Name() string {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue