Skip to content

Commit

Permalink
Merge pull request #95 from datadrivers/fix/bower
Browse files Browse the repository at this point in the history
  • Loading branch information
anmoel authored Jun 14, 2022
2 parents 1522771 + 01009dd commit 8cc7543
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nexus3/pkg/repository/bower/proxy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func getTestBowerProxyRepository(name string) repository.BowerProxyRepository {
StrictContentTypeValidation: true,
},

Bower: &repository.Bower{
Bower: repository.Bower{
RewritePackageUrls: true,
},
}
Expand Down
2 changes: 1 addition & 1 deletion nexus3/schema/repository/bower.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type BowerProxyRepository struct {
RoutingRuleName *string `json:"routingRuleName,omitempty"`

*Cleanup `json:"cleanup,omitempty"`
*Bower `json:"bower,omitempty"`
Bower `json:"bower"`
}

type Bower struct {
Expand Down

0 comments on commit 8cc7543

Please sign in to comment.