fastlane/lib/fastlane/lane.rb in fastlane-2.60.0.beta.20171002010004 vs fastlane/lib/fastlane/lane.rb in fastlane-2.60.0.beta.20171003010003
- old
+ new
@@ -83,10 +83,10 @@
end
def ensure_name_not_conflicts(name)
# First, check if there is a predefined method in the actions folder
return unless Actions.action_class_ref(name)
- UI.error("Name of the lane '#{name}' is already taken by the action named '#{name}'")
+ UI.important("Name of the lane '#{name}' is already taken by the action named '#{name}'")
end
end
end
end