diff --git a/doc.zih.tu-dresden.de/docs/software/cfd.md b/doc.zih.tu-dresden.de/docs/software/cfd.md
index 20621f43cd74b2e1289bbe150388f359e7016571..5fcd9082f7aed6e738cbe1463b6445dedfcc9152 100644
--- a/doc.zih.tu-dresden.de/docs/software/cfd.md
+++ b/doc.zih.tu-dresden.de/docs/software/cfd.md
@@ -76,8 +76,8 @@ geometry and mesh generator cfx5pre, and the post-processor cfx5post.
     #SBATCH --mail-user=marie@tu-dresden.de     # email address (only tu-dresden)
     #SBATCH --mail-type=ALL
 
-module purge
-module load release/23.10
+    module purge
+    module load release/23.10
     module load ANSYS/2023R1
     fluent 2ddp -t$SLURM_NTASKS -g -mpi=openmpi -pinfiniband -cnf=$(/software/util/slurm/bin/create_rankfile -f CCM) -i input.jou
     ```