Skip to content

Commit d9ce4db

Browse files
committed
Fix variable name in markdown table check script.
Signed-off-by: Markus Alexander Kuppe <github.com@lemmster.de>
1 parent 08f63a1 commit d9ce4db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/check_markdown_table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def from_json(path, spec):
176176
if any(different_apalache_flag):
177177
success = False
178178
print('ERROR: Apalache Model flags in README.md table differ from model records in manifest.json:')
179-
for path, json, md in different_tlc_flag:
179+
for path, json, md in different_apalache_flag:
180180
print(f'Spec {path} ' + ('incorrectly has' if md else 'is missing') + ' an Apalache Model flag in README.md table')
181181

182182
if success:

0 commit comments

Comments
 (0)