Skip to content

Commit

Permalink
generate_bear_metadata.py: Fix filename
Browse files Browse the repository at this point in the history
Change "overrides" filename from
package-manager-requirements.yaml to pm-requirements.yaml

Fixes coala#2936
  • Loading branch information
areebbeigh committed Jul 23, 2019
1 parent 86c6a39 commit 6c20ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/generate_bear_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ def sort_requirements(req_dict):
'This is an automatically generated file.\n'
'And should not be edited by hand.')

requirements['overrides'] = 'package-manager-requirements.yaml'
requirements['overrides'] = 'pm-requirements.yaml'
get_bear_requirement_metadata(bear_requirement_sets=instance_dict,
storage=requirements, old_labels=True)

Expand Down

0 comments on commit 6c20ca4

Please sign in to comment.