sigh/lib/sigh/runner.rb in fastlane-2.5.0 vs sigh/lib/sigh/runner.rb in fastlane-2.6.0
- old
+ new
@@ -172,10 +172,10 @@
FastlaneCore::CertChecker.installed?(file.path)
end
end
if certificates.count > 1 and !Sigh.config[:development]
- UI.important "Found more than one code signing identity. Choosing the first one. Check out `sigh --help` to see all available options."
+ UI.important "Found more than one code signing identity. Choosing the first one. Check out `fastlane sigh --help` to see all available options."
UI.important "Available Code Signing Identities for current filters:"
certificates.each do |c|
str = ["\t- Name:", c.owner_name, "- ID:", c.id + " - Expires", c.expires.strftime("%d/%m/%Y")].join(" ")
UI.message str.green
end