Skip to content

Commit 1bb327c

Browse files
silvanocerzaper1234
andcommitted
Update comment with correct information
Co-authored-by: per1234 <[email protected]>
1 parent 49d0853 commit 1bb327c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino/cores/packagemanager/loader.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ func (pm *PackageManager) LoadHardwareFromDirectory(path *paths.Path) []*status.
8080
packagersPaths.FilterDirs()
8181

8282
// Load custom platform properties if available
83-
// "Global" platform.txt used by the Java IDE to overwrite all installed platforms.
83+
// "Global" platform.txt used to overwrite all installed platforms.
8484
// For more info: https://arduino.github.io/arduino-cli/latest/platform-specification/#global-platformtxt
8585
if globalPlatformTxt := path.Join("platform.txt"); globalPlatformTxt.Exist() {
8686
pm.Log.Infof("Loading custom platform properties: %s", globalPlatformTxt)

0 commit comments

Comments
 (0)