Skip to content

Commit ad2e6f2

Browse files
committed
deptool: Small capitalization fixes
Signed-off-by: Ole Herman Schumacher Elgesem <ole@northern.tech>
1 parent b3ff9b5 commit ad2e6f2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/update-dep-tables.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
if: env.COMMIT_MADE == 'true'
3636
uses: cfengine/create-pull-request@v6
3737
with:
38-
title: Updated markdown dependency tables
39-
body: Automated updates to the README.md markdown dependency tables using [the `update_dep_tables` workflow](https://github.com/cfengine/buildscripts/blob/master/.github/workflows/update-dep-tables.yml).
38+
title: Updated Markdown dependency tables
39+
body: Automated updates to the README.md Markdown dependency tables using [the `update_dep_tables` workflow](https://github.com/cfengine/buildscripts/blob/master/.github/workflows/update-dep-tables.yml).
4040
reviewers: |
4141
olehermanse
4242
larsewi

scripts/deptool.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ def updated_deps_markdown_table(self, refs):
457457
def patch_readme(self, updated_readme):
458458
TARGET_README_PATH = "README.md"
459459
self.buildscripts_repo.put_file(TARGET_README_PATH, updated_readme)
460-
self.buildscripts_repo.commit("Updated markdown dependency tables")
460+
self.buildscripts_repo.commit("Updated Markdown dependency tables")
461461

462462
def write_deps_json(self, json_path, refs):
463463
deps_data, _ = self.deps_dict(refs)
@@ -661,7 +661,7 @@ def main():
661661
comparison_table = dr.comparison_md_table(args.refs, args.skip_unchanged)
662662
print(comparison_table)
663663
else:
664-
print("### Agent Dependencies\n")
664+
print("### Agent dependencies\n")
665665
print(updated_agent_table)
666666
print("\n### Enterprise Hub dependencies\n")
667667
print(updated_hub_table)

0 commit comments

Comments
 (0)