Skip to content

Commit 1104533

Browse files
authored
Update run.py
1 parent 3f6eac6 commit 1104533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fmriprep/cli/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ def build_workflow(opts, retval):
753753
cmd = ['pandoc', '-s', '--bibliography',
754754
pkgrf('fmriprep', 'data/boilerplate.bib'),
755755
'--filter', 'pandoc-citeproc',
756-
'--metadata', 'title="fMRIPrep citation boilerplate"',
756+
'--metadata', 'pagetitle="fMRIPrep citation boilerplate"',
757757
str(logs_path / 'CITATION.md'),
758758
'-o', str(logs_path / 'CITATION.html')]
759759
try:

0 commit comments

Comments
 (0)