Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit d3abaf6

Browse files
committed
Merge pull request #34 from codeclimate/slack_string_change
Added more descriptive text to the Slack config page.
2 parents 8cd9a1d + 5c53944 commit d3abaf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cc/services/slack.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Config < CC::Service::Config
99
description: "The Slack webhook URL you would like message posted to"
1010

1111
attribute :channel, String,
12-
description: "The channel to send to (optional)"
12+
description: "The channel to send to (optional). Enter # before the channel name."
1313
end
1414

1515
self.description = "Send messages to a Slack channel"

0 commit comments

Comments
 (0)