Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update freesurfer.yaml #660

Merged
merged 1 commit into from
Feb 3, 2025
Merged

Update freesurfer.yaml #660

merged 1 commit into from
Feb 3, 2025

Conversation

stebo85
Copy link
Collaborator

@stebo85 stebo85 commented Feb 3, 2025

the way it was currently specifified was causing the next comment to be part of the variable:

ENV FSF_OUTPUT_FORMAT="nii.gz# mni env requirements"

but should have been:

ENV FSF_OUTPUT_FORMAT=".nii.gz"

the way it was currently specifified was causing the next comment to be part of the variable: 
```
ENV FSF_OUTPUT_FORMAT="nii.gz# mni env requirements"
```

but should have been:
```
ENV FSF_OUTPUT_FORMAT=".nii.gz"
```
@stebo85 stebo85 merged commit 0ba896d into master Feb 3, 2025
6 of 12 checks passed
@stebo85 stebo85 deleted the stebo85-patch-1 branch February 3, 2025 00:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant