Skip to content

Commit

Permalink
line 1586 updated
Browse files Browse the repository at this point in the history
  • Loading branch information
robertgendler committed Sep 14, 2023
1 parent 3337ba8 commit 6534990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate_guidance.py
Original file line number Diff line number Diff line change
Expand Up @@ -1583,7 +1583,7 @@ def parse_cis_references(reference):
string += "!CIS " + str(item).title() + "\n!\n"
string += "* "
for i in reference[item]:
string += str(i) + ", "
string += str(i) + "\n * "
string = string[:-2] + "\n"
else:
string += "!" + str(item) + "!* " + str(reference[item]) + "\n"
Expand Down

0 comments on commit 6534990

Please sign in to comment.