fastlane/lib/fastlane/commands_generator.rb in fastlane-2.23.0 vs fastlane/lib/fastlane/commands_generator.rb in fastlane-2.24.0.beta.20170325010032

- old
+ new

@@ -175,10 +175,10 @@ c.option '-f', '--force', 'Overwrite the existing README.md in the ./fastlane folder' c.action do |args, options| if ensure_fastfile ff = Fastlane::FastFile.new(File.join(FastlaneCore::FastlaneFolder.path || '.', 'Fastfile')) - UI.message "You don't need to run `fastlane docs` manually any more, this will be done automatically for you." + UI.message "You don't need to run `fastlane docs` manually any more, this will be done automatically for you when running a lane." Fastlane::DocsGenerator.run(ff) end end end