Skip to content

Commit dfe96a7

Browse files
committed
Fix invalid ConfigItem type
1 parent e89fe3a commit dfe96a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_download_strings_files_from_glotpress.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def self.available_options
6565
FastlaneCore::ConfigItem.new(key: :download_dir,
6666
env_name: 'FL_IOS_DOWNLOAD_STRINGS_FILES_FROM_GLOTPRESS_DOWNLOAD_DIR',
6767
description: 'The parent directory containing all the `*.lproj` subdirectories in which the downloaded files will be saved',
68-
type: Hash),
68+
type: String),
6969
FastlaneCore::ConfigItem.new(key: :table_basename,
7070
env_name: 'FL_IOS_DOWNLOAD_STRINGS_FILES_FROM_GLOTPRESS_TABLE_BASENAME',
7171
description: 'The basename to save the `.strings` files under',

0 commit comments

Comments
 (0)