Skip to content

Commit cb3613c

Browse files
committed
fix slack
1 parent 1bdd97c commit cb3613c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ platform :ios do
112112
end
113113

114114
desc "slack message"
115-
lane :slack do |options|
115+
lane :slack_message do |options|
116116
version = options[:version]
117117
changelog_section = options[:changelog_section]
118118
slack_webhook = options[:slack_webhook]

0 commit comments

Comments
 (0)