Skip to content

Commit

Permalink
[action][hg_push] remove all instances of is_string in options and …
Browse files Browse the repository at this point in the history
…use `type` (#18907)
  • Loading branch information
crazymanish committed Jun 22, 2021
1 parent 41dfa2b commit 32c195d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/lib/fastlane/actions/hg_push.rb
Expand Up @@ -27,7 +27,7 @@ def self.available_options
FastlaneCore::ConfigItem.new(key: :force,
env_name: "FL_HG_PUSH_FORCE",
description: "Force push to remote",
is_string: false,
type: Boolean,
default_value: false),
FastlaneCore::ConfigItem.new(key: :destination,
env_name: "FL_HG_PUSH_DESTINATION",
Expand Down

0 comments on commit 32c195d

Please sign in to comment.