Skip to content

Commit

Permalink
feat(#228): single literal
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Jul 1, 2024
1 parent b8ae319 commit 69c0bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steps/discover-repos.rb
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def files_in_repo(github, repo, ref, path = '')
puts "There is no contents inside #{repo}"
0
rescue Octokit::TooManyRequests
puts "Rate limit to GitHub API exceeded, try to pass --token."
puts 'Rate limit to GitHub API exceeded, try to pass --token'
0
end

Expand Down

0 comments on commit 69c0bd3

Please sign in to comment.