Skip to content

Commit a5a910e

Browse files
committed
fix comment
1 parent 075c60f commit a5a910e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino/resources/index.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ func (res *IndexResource) Download(destDir *paths.Path, downloadCB rpc.DownloadP
6868
signatureFileName := indexFileName + ".sig"
6969
signaturePath = destDir.Join(signatureFileName)
7070

71-
// .tar.gz may contain both index and signature
71+
// .tar archive may contain both index and signature
7272

7373
// Extract archive in a tmp/archive subdirectory
7474
f, err := tmpIndexPath.Open()

0 commit comments

Comments
 (0)