Skip to content

Commit

Permalink
Update yaml_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dansand authored May 14, 2024
1 parent fc490d1 commit 98eda0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/yaml_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def configure_yaml_output_dict(output_dict, issue_dict,
#add in the template key for this page
output_dict['templateKey'] = 'model'
#add the licence file default name
output_dict['licence']['licence_file'] = 'LICENSE'
output_dict['licence']['licence_file'] = 'license.txt'

#include_model_code
if issue_dict['slug']:
Expand Down

0 comments on commit 98eda0c

Please sign in to comment.