diff --git a/lib/poeditor/commands/pull_command.rb b/lib/poeditor/commands/pull_command.rb index 03868d6..8a2af67 100644 --- a/lib/poeditor/commands/pull_command.rb +++ b/lib/poeditor/commands/pull_command.rb @@ -42,6 +42,7 @@ def get_configuration(argv) project_id: get_or_raise(yaml, "project_id"), type: get_or_raise(yaml, "type"), tags: yaml["tags"], + filters: yaml["filters"], languages: get_or_raise(yaml, "languages"), language_alias: yaml["language_alias"], path: get_or_raise(yaml, "path"),