From c096a05fd1b304814b6e873acf3e4d887106809d Mon Sep 17 00:00:00 2001 From: h1alexbel Date: Tue, 30 Apr 2024 10:44:52 +0300 Subject: [PATCH] fix(#294): space --- steps/discover-repos.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steps/discover-repos.rb b/steps/discover-repos.rb index 20ab5146..44688421 100755 --- a/steps/discover-repos.rb +++ b/steps/discover-repos.rb @@ -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]}"