lib/deliver/commands_generator.rb in deliver-1.13.3 vs lib/deliver/commands_generator.rb in deliver-1.14.0

- old
+ new

@@ -61,10 +61,10 @@ command :init do |c| c.syntax = 'deliver init' c.description = 'Create the initial `deliver` configuration based on an existing app' c.action do |args, options| if File.exist?("Deliverfile") or File.exist?("fastlane/Deliverfile") - UI.important("You already got a running deliver setup in this directory") + UI.important("You already have a running deliver setup in this directory") return 0 end require 'deliver/setup' options = FastlaneCore::Configuration.create(Deliver::Options.available_options, options.__hash__)