screengrab/lib/screengrab/commands_generator.rb in fastlane-2.74.1 vs screengrab/lib/screengrab/commands_generator.rb in fastlane-2.75.0.beta.20180109010003
- old
+ new
@@ -60,10 +60,10 @@
is_swift_fastfile = args.include?("swift")
Screengrab::Setup.create(path, is_swift_fastfile: is_swift_fastfile)
end
end
- default_command :run
+ default_command(:run)
run!
end
end
end