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 b51900c commit bd3f8f5Copy full SHA for bd3f8f5
.github/workflows/quicktest.yaml
@@ -104,7 +104,7 @@ jobs:
104
- name: Get the FreeSurfer version
105
shell: bash
106
run: |
107
- # get the FreeSurfer verson from install_fs_pruned.sh
+ # get the FreeSurfer version from install_fs_pruned.sh
108
{
109
eval "$(grep "^fslink=" ./Docker/install_fs_pruned.sh)"
110
fs_version="$(basename "$(dirname "$fslink")")"
0 commit comments