Skip to content

Commit 8d5e788

Browse files
authored
fix: replace fastlane warn method (#835)
1 parent ea0769b commit 8d5e788

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
pod_push(path: pod[:spec], allow_warnings: true, synchronous: true)
113113
rescue StandardError => e
114114
raise e unless e.message =~ /Unable to accept duplicate entry/i
115-
UI.warn("Version already exists. Ignoring")
115+
UI.important("Version already exists. Ignoring")
116116
end
117117
end
118118

0 commit comments

Comments
 (0)