bin/deliver in deliver-0.7.3 vs bin/deliver in deliver-0.7.4
- old
+ new
@@ -47,10 +47,11 @@
command :init do |c|
c.syntax = 'deliver init'
c.description = "Creates a new Deliverfile in the current directory"
c.action do |args, options|
- Deliver::DeliverfileCreator.create(enclosed_directory)
+ path = (Deliver::Helper.fastlane_enabled?? './fastlane' : '.')
+ Deliver::DeliverfileCreator.create(path)
end
end
command :testflight do |c|
c.syntax = 'deliver testflight'
\ No newline at end of file