Skip to content

Commit

Permalink
Update pull_command.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
papo2608 authored Nov 13, 2018
1 parent 1e2d3d1 commit 7c9fe22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/poeditor/commands/pull_command.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 7c9fe22

Please sign in to comment.