Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a7e099e

Browse files
committedDec 1, 2020
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.