Skip to content

Commit 9a9e7d7

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents 1bf4a21 + 7ad66ed commit 9a9e7d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fmriprep/cli/run.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -762,6 +762,7 @@ def build_workflow(opts, retval):
762762
cmd = ['pandoc', '-s', '--bibliography',
763763
pkgrf('fmriprep', 'data/boilerplate.bib'),
764764
'--filter', 'pandoc-citeproc',
765+
'--metadata', 'pagetitle="fMRIPrep citation boilerplate"',
765766
str(logs_path / 'CITATION.md'),
766767
'-o', str(logs_path / 'CITATION.html')]
767768
try:

0 commit comments

Comments
 (0)