Skip to content

Commit

Permalink
Help command
Browse files Browse the repository at this point in the history
Fixing rubocop issue
  • Loading branch information
RodrigoMNardi committed Oct 30, 2023
1 parent ee29eec commit 69d712e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/slack/slash_commands/bamboo_ci/help.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
module Slack
module BambooCi
class Help
def self.text
'
TEXT = '
/ci notify <pr> [all | errors | pass | off]
<pr> is the PR number (or * for the off option)
all: All finished runs
Expand Down Expand Up @@ -52,6 +51,9 @@ def self.text
/ci help
(i.e this)
'

def self.text
TEXT
end
end
end
Expand Down

0 comments on commit 69d712e

Please sign in to comment.