From 8a48a00a39a4b5283578992533717e531b1bc61f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radan=20Skori=C4=87?= Date: Tue, 30 Jan 2024 14:18:30 +0100 Subject: [PATCH] Add Twitter to list of possible promotion links --- gems/commands/lib/commands/promote.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/gems/commands/lib/commands/promote.rb b/gems/commands/lib/commands/promote.rb index 559a7d8..30ccb32 100644 --- a/gems/commands/lib/commands/promote.rb +++ b/gems/commands/lib/commands/promote.rb @@ -20,6 +20,7 @@ def init_with_program(prog) print_channel(post_doc, "RUBY ON RAILS LINK SLACK", "ruby-on-rails-link", "slack") print_channel(post_doc, "RUBYZG SLACK", "rubyzg", "slack") print_channel(post_doc, "LINKEDIN", "linkedin", "social") + print_channel(post_doc, "TWITTER", "twitter", "social") end end end