Skip to content

Commit 3b5c3ee

Browse files
authored
Merge pull request #1104 from dariolez/bluebear-patch-1
Fix singularity typo in bluebear.config
2 parents 88f47fe + 52bf82c commit 3b5c3ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conf/bluebear.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env.TMPDIR = "/scratch/${System.getenv('USER')}"
1919
// Enable Singularity (via Apptainer) for all processes
2020
singularity {
2121
enabled = true
22-
autoMount = true
22+
autoMounts = true
2323
runOptions = "-B /scratch/${System.getenv('USER')}"
2424
}
2525

0 commit comments

Comments
 (0)