Skip to content

Commit

Permalink
push
Browse files Browse the repository at this point in the history
  • Loading branch information
nfuden committed Nov 13, 2024
1 parent 57da6bb commit 1e896b6
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 := 224
startPage := 235
// maxPages := 3 + startPage
maxPages := 500
magicNumber := 2245 // current issue number
magicNumber := 2353 // current issue number

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

0 comments on commit 1e896b6

Please sign in to comment.