diff --git a/src/docs/software/containers/singularity.md b/src/docs/software/containers/singularity.md index 1ff8f1347..6f73405f3 100644 --- a/src/docs/software/containers/singularity.md +++ b/src/docs/software/containers/singularity.md @@ -259,7 +259,7 @@ cores, loading the Singularity module and moving the directory where we'll save those images: ``` shell -$ srun -c 4 --pty bash +$ sh_dev -c 4 $ cd $GROUP_HOME/simg ```