lib/sigh/options.rb in sigh-0.10.5 vs lib/sigh/options.rb in sigh-0.10.6

- old
+ new

@@ -38,10 +38,10 @@ default_value: ENV["DELIVER_USER"] || CredentialsManager::AppfileConfig.try_fetch_value(:apple_id), verify_block: Proc.new do |value| CredentialsManager::PasswordManager.shared_manager(value) end), FastlaneCore::ConfigItem.new(key: :team_id, - short_option: "-t", + short_option: "-b", env_name: "SIGH_TEAM_ID", description: "The ID of your team if you're in multiple teams", optional: true, default_value: CredentialsManager::AppfileConfig.try_fetch_value(:team_id), verify_block: Proc.new do |value|