Skip to content

Commit 4f6dbe4

Browse files
authored
fix: verbose level check (#22)
* fix: verbose level check * chore: bump version
1 parent ada1e56 commit 4f6dbe4

File tree

2 files changed

+2
-2
lines changed
  • lib/fastlane/plugin/create_simulator_devices

2 files changed

+2
-2
lines changed

lib/fastlane/plugin/create_simulator_devices/helpers/create_simulator_devices/runner.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Runner
1313

1414
def initialize(runtime_helper:, shell_helper:, verbose:)
1515
self.shell_helper = shell_helper
16-
self.verbose = verbose || shell_helper.verbose
16+
self.verbose = verbose
1717
self.runtime_helper = runtime_helper
1818
end
1919

lib/fastlane/plugin/create_simulator_devices/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Fastlane
44
module CreateSimulatorDevices
5-
VERSION = '0.0.6'
5+
VERSION = '0.0.7'
66
end
77
end

0 commit comments

Comments
 (0)