lib/match/options.rb in match-0.1.1 vs lib/match/options.rb in match-0.1.2
- old
+ new
@@ -10,15 +10,10 @@
[
FastlaneCore::ConfigItem.new(key: :git_url,
env_name: "MATCH_GIT_URL",
description: "URL to the git repo containing all the certificates",
optional: false,
- short_option: "-r",
- verify_block: proc do |value|
- unless value.match("^(https|git|ssh)://")
- raise "git_url must start with https://, git:// or ssh://".red
- end
- end),
+ short_option: "-r"),
FastlaneCore::ConfigItem.new(key: :type,
env_name: "MATCH_TYPE",
description: "Create a development certificate instead of a distribution one",
is_string: true,
short_option: "-y",