Skip to content

Commit bd148e6

Browse files
committed
Use 📻 emoji for podcast logger info
1 parent 75aa3ed commit bd148e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tasks/news.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ namespace :news do
104104
TASK_LOGGER.info("📢 PR TIMES から #{prtimes_items.size} 件を取得")
105105

106106
podcast_items = fetch_podcast_posts(DOJO_CAST_FEED)
107-
TASK_LOGGER.info("🎙️ DojoCast から #{podcast_items.size} 件を取得")
107+
TASK_LOGGER.info("📻 DojoCast から #{podcast_items.size} 件を取得")
108108

109109
items = dojo_news_items + prtimes_items + podcast_items
110110
end

0 commit comments

Comments
 (0)