Skip to content

Commit

Permalink
feat(yegor256#228): typos
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Jul 1, 2024
1 parent 99cf6bf commit e05b835
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions steps/discover-repos.rb
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,11 @@ def files_in_repo(github, repo, ref, path = '')
puts 'Not searching GitHub API, using mock repos' if opts[:dry]

def fetch(config)
if config[opts][:dry]
if config[:opts][:dry]
mock_reps(config[:page], config[:size], config[:licenses])
else
config[:github].search_repositories(
[config: query], per_page: config[:size], page: config[:page]
config[:query], per_page: config[:size], page: config[:page]
)
end
end
Expand Down

0 comments on commit e05b835

Please sign in to comment.