Skip to content

Commit 566546b

Browse files
committed
status: fix typo in comment
1 parent 3c84108 commit 566546b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

status.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def run():
109109
# Augment the BOM records with statistics about issues.
110110
logging.info(f"Augmenting BOM with issues info...")
111111
for c in bom:
112-
if not c["issues"]: continue # Component does not use itHub Issues.
112+
if not c["issues"]: continue # Component does not use GitHub Issues.
113113

114114
issues = ghi.repo(c["issues"]["org"], c["issues"]["repo"]).issues()
115115

0 commit comments

Comments
 (0)