Skip to content

Commit ccb5403

Browse files
committed
[skip ci] Merge branch 'fix/resource-monitor-revisions' of github.com:oesteban/nipype into fix/resource-monitor-revisions
2 parents a762317 + 404a1c9 commit ccb5403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/files/run_examples.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ echo '[execution]' >> ${HOME}/.nipype/nipype.cfg
2020
echo 'crashfile_format = txt' >> ${HOME}/.nipype/nipype.cfg
2121

2222
if [[ "${NIPYPE_RESOURCE_MONITOR:-0}" == "1" ]]; then
23-
echo '[monitoring]' >> ${HOME}/.nipype/nipype.cfg
23+
echo '[monitoring]' >> ${HOME}/.nipype/nipype.cfg
2424
echo 'enabled = true' >> ${HOME}/.nipype/nipype.cfg
2525
echo 'sample_frequency = 3' >> ${HOME}/.nipype/nipype.cfg
2626
fi

0 commit comments

Comments
 (0)