Skip to content

Commit bd3f8f5

Browse files
committed
fix typo
1 parent b51900c commit bd3f8f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/quicktest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
- name: Get the FreeSurfer version
105105
shell: bash
106106
run: |
107-
# get the FreeSurfer verson from install_fs_pruned.sh
107+
# get the FreeSurfer version from install_fs_pruned.sh
108108
{
109109
eval "$(grep "^fslink=" ./Docker/install_fs_pruned.sh)"
110110
fs_version="$(basename "$(dirname "$fslink")")"

0 commit comments

Comments
 (0)