Skip to content

Commit

Permalink
fix: tip missing
Browse files Browse the repository at this point in the history
  • Loading branch information
myml committed Aug 8, 2024
1 parent ac23255 commit 205eb56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions repos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,5 @@ repos:
info: androidprocmon
developer: wjyrich
developer_id: "147463620"

tip: "You only need to fill in the three fields: repo, info, and developer"
1 change: 1 addition & 0 deletions tools/mkrepo/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ func run() error {
}
result := struct {
Repos []*Repo
Tip string
}{}
err = yaml.Unmarshal(data, &result)
if err != nil {
Expand Down

0 comments on commit 205eb56

Please sign in to comment.