Skip to content

Commit

Permalink
Merge branch 'main' into update_prs_push
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan7-7-7 authored Dec 16, 2024
2 parents f0d5eaf + 1381781 commit 5c4d5be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/create_prs/create_prs.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ func run(c *cobra.Command, _ []string) {
doneCount := 0
skippedCount := 0
errorCount := 0
for _, repo := range dir.Repos {
if sleep > 0 {
for i, repo := range dir.Repos {
if i > 0 && sleep > 0 {
logger.Successf("Sleeping for %s", sleep)
time.Sleep(sleep)
}
Expand Down

0 comments on commit 5c4d5be

Please sign in to comment.