Skip to content

Commit

Permalink
Show 'Yay!' if all given dojo names are hit by search #1433
Browse files Browse the repository at this point in the history
  • Loading branch information
yasulab committed May 18, 2022
1 parent eeaed05 commit ebf132e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions get_dojo_list.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,5 @@
# 検索して見つからなかった Dojo 一覧があれば出力
puts '--- NOTE ---'
puts "道場数: #{dojo_list.count}"
puts "Yay! All given dojo names are successfully hit in DB! 🎉" if not_found.empty?
not_found.each {|dojo_name| puts "Not found: #{dojo_name}" }

0 comments on commit ebf132e

Please sign in to comment.