Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
nfuden committed Nov 13, 2024
1 parent 1e896b6 commit d103d24
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions issuegrabber/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ import (
)

func main() {
startPage := 235
startPage := 264
// maxPages := 3 + startPage
maxPages := 500
magicNumber := 2353 // current issue number
maxPages := 900
magicNumber := 2641 // current issue number

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

logger := pterm.DefaultLogger.
Expand Down

0 comments on commit d103d24

Please sign in to comment.