Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Oct 13, 2023
1 parent ad7b079 commit 20e84bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steps/discover-repos.rb
Expand Up @@ -94,7 +94,7 @@
end
puts "Found #{json[:items].count} repositories in page ##{page}"
break if found.count >= opts[:total]
puts "Let's sleep for a few seconds to cool off GitHub API \
puts "Let's sleep for #{opts[:pause]} seconds to cool off GitHub API \
(already found #{found.count} repos, need #{opts[:total]})..."
sleep opts[:pause]
page += 1
Expand Down

0 comments on commit 20e84bb

Please sign in to comment.