cert/lib/cert/commands_generator.rb in fastlane-2.74.1 vs cert/lib/cert/commands_generator.rb in fastlane-2.75.0.beta.20180109010003
- old
+ new
@@ -49,10 +49,10 @@
Cert.config = FastlaneCore::Configuration.create(Cert::Options.available_options, options.__hash__)
Cert::Runner.new.revoke_expired_certs!
end
end
- default_command :create
+ default_command(:create)
run!
end
end
end