Skip to content

Commit 07bfeef

Browse files
packagemanager: fix missing downloaderConfig passing
During the `Build()` we forgot to pass the pmb downloaderConfig property
1 parent e73267c commit 07bfeef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: internal/arduino/cores/packagemanager/package_manager.go

+1
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ func (pmb *Builder) Build() *PackageManager {
124124
profile: pmb.profile,
125125
discoveryManager: pmb.discoveryManager,
126126
userAgent: pmb.userAgent,
127+
downloaderConfig: pmb.downloaderConfig,
127128
}
128129
}
129130

0 commit comments

Comments
 (0)