fastlane/lib/fastlane/plugins/plugin_manager.rb in fastlane-2.26.0 vs fastlane/lib/fastlane/plugins/plugin_manager.rb in fastlane-2.26.1
- old
+ new
@@ -218,10 +218,10 @@
UI.important("fastlane will modify your existing Gemfile at path '#{path_to_gemfile}'")
else
UI.important("fastlane will create a new Gemfile at path '#{path_to_gemfile}'")
end
- UI.important("This change is neccessary for fastlane plugins to work")
+ UI.important("This change is necessary for fastlane plugins to work")
unless UI.confirm("Should fastlane modify the Gemfile at path '#{path_to_gemfile}' for you?")
UI.important("Please add the following code to '#{path_to_gemfile}':")
puts ""
puts self.class.code_to_attach.magenta # we use `puts` instead of `UI` to make it easier to copy and paste