Skip to content

Commit c318c61

Browse files
authored
Merge pull request #1262 from pq-code-package/fix-autogen-gen_bib_file
Linting: Detect outdated BIBLIOGRAPHY.md
2 parents a990502 + d5f5d67 commit c318c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/autogen

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2830,7 +2830,7 @@ def gen_citations(dry_run=False):
28302830
"Add a citation or remove from BIBLIOGRAPHY.yml."
28312831
)
28322832

2833-
gen_bib_file(bibliography, dry_run=False)
2833+
gen_bib_file(bibliography, dry_run=dry_run)
28342834

28352835

28362836
def extract_bytecode_from_output(output_text):

0 commit comments

Comments
 (0)