Skip to content

Commit

Permalink
fix(yegor256#294): single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Apr 30, 2024
1 parent 748155a commit f102f65
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 @@ -121,7 +121,7 @@ def cooldown(opts, found)
size: i[:size],
open_issues_count: i[:open_issues_count],
description: "\"#{i[:description]}\"",
topics: i[:topics].join(" ")
topics: i[:topics].join('')
}
puts "Found #{i[:full_name].inspect} GitHub repo ##{found.count} \
(#{i[:forks_count]} forks, #{i[:stargazers_count]} stars) with license: #{i[:license][:key]}"
Expand Down

0 comments on commit f102f65

Please sign in to comment.