Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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" ```
- Loading branch information