We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3171811 commit 669da9dCopy full SHA for 669da9d
README.md
@@ -82,6 +82,6 @@ chmod +x scripts/update_plots.sh
82
To run it every Monday at 5 AM, add this line to your crontab:
83
84
```
85
-0 5 * * 1 /path/to/fmriprep_stats/scripts/update_plots.sh 2>> $HOME/var/logs/update_plots.err >> $HOME/var/logs/update_plots.log
+0 5 * * 1 /path/to/fmriprep_stats/scripts/update_plots.sh 2>> $HOME/var/log/update_plots.err >> $HOME/var/log/update_plots.log
86
87
0 commit comments