Skip to content

Commit a7e099e

Browse files
committed
Update comment for LoadIndexNoSign
1 parent cc400b9 commit a7e099e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino/cores/packageindex/index.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ func LoadIndex(jsonIndexFile *paths.Path) (*Index, error) {
313313
return &index, nil
314314
}
315315

316-
// LoadIndex reads a package_index.json from a file and returns the corresponding Index structure.
316+
// LoadIndexNoSign reads a package_index.json from a file and returns the corresponding Index structure.
317317
func LoadIndexNoSign(jsonIndexFile *paths.Path) (*Index, error) {
318318
buff, err := jsonIndexFile.ReadFile()
319319
if err != nil {

0 commit comments

Comments
 (0)