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 075c60f commit a5a910eCopy full SHA for a5a910e
arduino/resources/index.go
@@ -68,7 +68,7 @@ func (res *IndexResource) Download(destDir *paths.Path, downloadCB rpc.DownloadP
68
signatureFileName := indexFileName + ".sig"
69
signaturePath = destDir.Join(signatureFileName)
70
71
- // .tar.gz may contain both index and signature
+ // .tar archive may contain both index and signature
72
73
// Extract archive in a tmp/archive subdirectory
74
f, err := tmpIndexPath.Open()
0 commit comments