File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ File `install-dependencies` and the relevant subdirectories in `deps-packaging`
149
149
| [ leech] ( https://github.com/larsewi/leech/releases ) | | | 0.1.21 | |
150
150
| libgcc | | | | AIX and Solaris only |
151
151
152
- ### Enterprise Hub dependencies:
152
+ ### Enterprise Hub dependencies
153
153
154
154
| CFEngine version | 3.21.x | 3.24.x | master |
155
155
| --------------------------------------------------- | ------ | ------ | ------ |
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ See `python deptool.py -h` for more information on all available command-line ar
20
20
$ cd scripts
21
21
$ python deptool.py --no-info
22
22
WARNING:root:didn't find dep in line [| libgcc | | | | AIX and Solaris only |]
23
- ### Agent Dependencies:
23
+ ### Agent Dependencies
24
24
25
25
| CFEngine version | 3.21.x | 3.24.x | master | Notes |
26
26
| --------------------------------------------------------------------------------- | ------ | ------ | ------ | ------------------------ |
@@ -43,7 +43,7 @@ WARNING:root:didn't find dep in line [| libgcc
43
43
| [librsync](https://github.com/librsync/librsync/releases) | - | - | 2.3.4 | |
44
44
| [leech](https://github.com/larsewi/leech/releases) | - | - | 0.1.24 | |
45
45
46
- ### Enterprise Hub dependencies:
46
+ ### Enterprise Hub dependencies
47
47
48
48
| CFEngine version | 3.21.x | 3.24.x | master |
49
49
| --------------------------------------------------- | ------ | ------ | ------ |
Original file line number Diff line number Diff line change @@ -661,9 +661,9 @@ def main():
661
661
comparison_table = dr .comparison_md_table (args .refs , args .skip_unchanged )
662
662
print (comparison_table )
663
663
else :
664
- print ("### Agent Dependencies: \n " )
664
+ print ("### Agent Dependencies\n " )
665
665
print (updated_agent_table )
666
- print ("\n ### Enterprise Hub dependencies: \n " )
666
+ print ("\n ### Enterprise Hub dependencies\n " )
667
667
print (updated_hub_table )
668
668
669
669
if args .patch :
You can’t perform that action at this time.
0 commit comments