Skip to content

Commit

Permalink
Makes the build_timing_summary option optional
Browse files Browse the repository at this point in the history
  • Loading branch information
polpielladev committed Nov 26, 2022
1 parent 302f6bc commit 57becc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gym/lib/gym/options.rb
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,9 @@ def self.plain_options

FastlaneCore::ConfigItem.new(key: :build_timing_summary,
env_name: "GYM_BUILD_TIMING_SUMMARY",
description: "Create a build timing summary.",
description: "Create a build timing summary",
type: Boolean,
optional: false),
optional: true),

# xcpretty
FastlaneCore::ConfigItem.new(key: :disable_xcpretty,
Expand Down

0 comments on commit 57becc2

Please sign in to comment.