File tree 1 file changed +2
-2
lines changed
arduino/cores/packagemanager
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ func (pm *PackageManager) FindPlatformReleaseDependencies(item *PlatformReferenc
100
100
return release , toolDeps , nil
101
101
}
102
102
103
- // DownloadToolRelease downloads a ToolRelease. If the tool is already downloaded a nil Response
103
+ // DownloadToolRelease downloads a ToolRelease. If the tool is already downloaded a nil Downloader
104
104
// is returned.
105
105
func (pm * PackageManager ) DownloadToolRelease (tool * cores.ToolRelease ) (* downloader.Downloader , error ) {
106
106
resource := tool .GetCompatibleFlavour ()
@@ -111,7 +111,7 @@ func (pm *PackageManager) DownloadToolRelease(tool *cores.ToolRelease) (*downloa
111
111
}
112
112
113
113
// DownloadPlatformRelease downloads a PlatformRelease. If the platform is already downloaded a
114
- // nil Response is returned.
114
+ // nil Downloader is returned.
115
115
func (pm * PackageManager ) DownloadPlatformRelease (platform * cores.PlatformRelease ) (* downloader.Downloader , error ) {
116
116
return platform .Resource .Download (pm .DownloadDir )
117
117
}
You can’t perform that action at this time.
0 commit comments