We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da0e8af commit 5fc6787Copy full SHA for 5fc6787
arduino/cores/status.go
@@ -58,7 +58,6 @@ func (packages *Packages) GetOrCreatePackage(packager string) *Package {
58
Platforms: map[string]*Platform{},
59
Tools: map[string]*Tool{},
60
Packages: packages,
61
- //Properties: properties.Map{},
62
}
63
packages.Packages[packager] = targetPackage
64
return targetPackage
commands/upload/upload.go
@@ -158,7 +158,7 @@ func run(command *cobra.Command, args []string) {
158
159
160
// Build configuration for upload
161
- uploadProperties := properties.Map{}
+ uploadProperties := properties.NewMap()
162
if referencedPlatformRelease != nil {
163
uploadProperties.Merge(referencedPlatformRelease.Properties)
164
0 commit comments