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