Skip to content

Commit

Permalink
Fix typo and update message
Browse files Browse the repository at this point in the history
  • Loading branch information
ainame committed Apr 12, 2021
1 parent 405b9e8 commit dc2cd56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/lib/fastlane/actions/slack.rb
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ def self.trim_message(message)
end

def self.generate_slack_attachments(options)
UI.deprecation('`Fastlane::Actions::Slack.generate_slack_attachments` is subject to be removed as Slack recommends migrating `attachments` to Block Kit. fastlane will also the same direction.')
UI.deprecated('`Fastlane::Actions::Slack.generate_slack_attachments` is subject to be removed as Slack recommends migrating `attachments` to Block Kit. fastlane will also follow the same direction.')
Runner.generate_slack_attachments(options)
end
end
Expand Down

0 comments on commit dc2cd56

Please sign in to comment.