Skip to content

Commit e2b6115

Browse files
Merge pull request #478 from wordpress-mobile/fix/locales-type
Revert ConfigItem type to `is_string: false`
2 parents 9f2d192 + 22600b7 commit e2b6115

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ _None_
1414

1515
### Bug Fixes
1616

17-
_None_
17+
- Revert the `gp_downloadmetadata_action` `locales` item type from `type: Hash` to `is_string: false`. [#478]
1818

1919
### Internal Changes
2020

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)