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 fec25bc commit abd3460
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 := 519
startPage := 579
// maxPages := 3 + startPage
maxPages := 900
magicNumber := 5190 // current issue number
magicNumber := 5792 // current issue number

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

0 comments on commit abd3460

Please sign in to comment.