From 0854c975be77a93b1a4f6fb6146d6b12bd5c64d2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20M=C3=BCller?= <michael.mueller12@tu-dresden.de>
Date: Wed, 22 Mar 2023 13:18:44 +0100
Subject: [PATCH] Style Fixes

---
 .../docs/software/singularity_recipe_hints.md                  | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/doc.zih.tu-dresden.de/docs/software/singularity_recipe_hints.md b/doc.zih.tu-dresden.de/docs/software/singularity_recipe_hints.md
index 9323d528a..c35130c25 100644
--- a/doc.zih.tu-dresden.de/docs/software/singularity_recipe_hints.md
+++ b/doc.zih.tu-dresden.de/docs/software/singularity_recipe_hints.md
@@ -96,7 +96,6 @@ From: ubuntu:20.04
     # Configure and compile/install
     cd /tmp/mpich/mpich-$MPICH_VERSION
     ./configure --prefix=$MPICH_DIR && make install
-    cd ..    
     
     
     # Set env variables so we can compile our application
@@ -112,7 +111,7 @@ From: ubuntu:20.04
 At your local machine:
 
 ```console
-whoami@localhost# sudo singularity build ubuntu_mpich.sif ubuntu_mpich.def
+marie@local$ sudo singularity build ubuntu_mpich.sif ubuntu_mpich.def
 ```
 
 This will create the `ubuntu_mpich.sif` file that you have to copy to HPC system.
-- 
GitLab