sigh/lib/sigh/commands_generator.rb in fastlane-2.37.0.beta.20170604010021 vs sigh/lib/sigh/commands_generator.rb in fastlane-2.37.0.beta.20170605010054
- old
+ new
@@ -15,10 +15,10 @@
program :name, 'sigh'
program :version, Fastlane::VERSION
program :description, 'CLI for \'sigh\' - Because you would rather spend your time building stuff than fighting provisioning'
program :help, 'Author', 'Felix Krause <sigh@krausefx.com>'
program :help, 'Website', 'https://fastlane.tools'
- program :help, 'GitHub', 'https://github.com/fastlane/sigh'
+ program :help, 'GitHub', 'https://github.com/fastlane/fastlane/tree/master/sigh#readme'
program :help_formatter, :compact
global_option('--verbose') { FastlaneCore::Globals.verbose = true }
command :renew do |c|