Fixed typo, updated test

This commit is contained in:
Spitap
2023-03-03 09:33:32 +01:00
parent 335a676a1e
commit dbfede6df1
3 changed files with 8 additions and 6 deletions

View File

@@ -355,7 +355,7 @@ def update_config(path):
dropped_sections = list(set(old_sections) - set(new_sections))
if len(dropped_sections) > 0:
printcolor("Follow section(s) will not be ported "
printcolor("Following section(s) will not be ported "
"due to being deleted or renamed: " +
', '.join(dropped_sections),
RED)