sigh/lib/sigh/local_manage.rb in fastlane-2.14.2 vs sigh/lib/sigh/local_manage.rb in fastlane-2.15.0.beta.20170213032052
- old
+ new
@@ -84,10 +84,10 @@
UI.message "You can remove all expired profiles using `sigh manage -e`" if profiles_expired.count > 0
end
def self.profile_info(profile)
- if $verbose
+ if FastlaneCore::Globals.verbose?
"#{profile['Name']} - #{File.basename profile['Path']}"
else
profile['Name']
end
end