Skip to content

Commit dca6cd5

Browse files
committed
deptool / READMEs: Removed colons from headings
Signed-off-by: Ole Herman Schumacher Elgesem <ole@northern.tech>
1 parent 8e5cd6c commit dca6cd5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ File `install-dependencies` and the relevant subdirectories in `deps-packaging`
149149
| [leech](https://github.com/larsewi/leech/releases) | | | 0.1.21 | |
150150
| libgcc | | | | AIX and Solaris only |
151151

152-
### Enterprise Hub dependencies:
152+
### Enterprise Hub dependencies
153153

154154
| CFEngine version | 3.21.x | 3.24.x | master |
155155
| --------------------------------------------------- | ------ | ------ | ------ |

scripts/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ See `python deptool.py -h` for more information on all available command-line ar
2020
$ cd scripts
2121
$ python deptool.py --no-info
2222
WARNING:root:didn't find dep in line [| libgcc | | | | AIX and Solaris only |]
23-
### Agent Dependencies:
23+
### Agent Dependencies
2424
2525
| CFEngine version | 3.21.x | 3.24.x | master | Notes |
2626
| --------------------------------------------------------------------------------- | ------ | ------ | ------ | ------------------------ |
@@ -43,7 +43,7 @@ WARNING:root:didn't find dep in line [| libgcc
4343
| [librsync](https://github.com/librsync/librsync/releases) | - | - | 2.3.4 | |
4444
| [leech](https://github.com/larsewi/leech/releases) | - | - | 0.1.24 | |
4545
46-
### Enterprise Hub dependencies:
46+
### Enterprise Hub dependencies
4747
4848
| CFEngine version | 3.21.x | 3.24.x | master |
4949
| --------------------------------------------------- | ------ | ------ | ------ |

scripts/deptool.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -661,9 +661,9 @@ 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)
666-
print("\n### Enterprise Hub dependencies:\n")
666+
print("\n### Enterprise Hub dependencies\n")
667667
print(updated_hub_table)
668668

669669
if args.patch:

0 commit comments

Comments
 (0)