Skip to content

Commit

Permalink
refactor: Change default sort order.
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed May 26, 2017
1 parent 97517a0 commit 145e9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func Generate(config *types.Configuration) {

searchOptions := &github.SearchOptions{
Sort: "created",
Order: "asc",
Order: "desc",
ListOptions: github.ListOptions{PerPage: 20},
}

Expand Down

0 comments on commit 145e9f9

Please sign in to comment.