Skip to content

Commit

Permalink
new numbers? why placeholders?
Browse files Browse the repository at this point in the history
  • Loading branch information
nfuden committed Nov 14, 2024
1 parent 25d0531 commit fa1003e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions issuegrabber/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ import (
)

func main() {
startPage := 929
startPage := 974
// maxPages := 3 + startPage
maxPages := 1100
magicNumber := 9292 // current issue number
magicNumber := 9792 // current issue number

donorDetails := []string{"k8sgateway", "k8sgateway"}
destDetails := []string{"solo-io", "gloo"}
Expand Down

0 comments on commit fa1003e

Please sign in to comment.