frameit/lib/frameit/commands_generator.rb in fastlane-2.37.0.beta.20170604010021 vs frameit/lib/frameit/commands_generator.rb in fastlane-2.37.0.beta.20170605010054
- old
+ new
@@ -16,10 +16,10 @@
program :name, 'frameit'
program :version, Fastlane::VERSION
program :description, 'Quickly put your screenshots into the right device frames'
program :help, 'Author', 'Felix Krause <frameit@krausefx.com>'
program :help, 'Website', 'https://fastlane.tools'
- program :help, 'GitHub', 'https://github.com/fastlane/frameit'
+ program :help, 'GitHub', 'https://github.com/fastlane/fastlane/tree/master/frameit#readme'
program :help_formatter, :compact
global_option('--verbose') { FastlaneCore::Globals.verbose = true }
default_command :run