Skip to content

Commit 330f381

Browse files
Revert ConfigItem type to is_string: false
1 parent 9f2d192 commit 330f381

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/fastlane/plugin/wpmreleasetoolkit/actions/common/gp_downloadmetadata_action.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def self.available_options
5959
FastlaneCore::ConfigItem.new(key: :locales,
6060
env_name: 'FL_DOWNLOAD_METADATA_LOCALES',
6161
description: 'The hash with the GlotPress locale and the project locale association',
62-
type: Hash),
62+
is_string: false),
6363
FastlaneCore::ConfigItem.new(key: :source_locale,
6464
env_name: 'FL_DOWNLOAD_METADATA_SOURCE_LOCALE',
6565
description: 'The source locale code',

0 commit comments

Comments
 (0)