From 8ce04916f73fad74eab391225af8aedc1edb201e Mon Sep 17 00:00:00 2001
From: Guilherme Pantoja Calandrini de Azevedo Junior
 <guilherme.calandrini@tu-dresden.de>
Date: Mon, 19 Sep 2022 10:53:35 +0200
Subject: [PATCH] example showing how to load module erroneous

---
 doc.zih.tu-dresden.de/docs/software/fem_software.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc.zih.tu-dresden.de/docs/software/fem_software.md b/doc.zih.tu-dresden.de/docs/software/fem_software.md
index af6b9fb80..213d38ab0 100644
--- a/doc.zih.tu-dresden.de/docs/software/fem_software.md
+++ b/doc.zih.tu-dresden.de/docs/software/fem_software.md
@@ -161,7 +161,7 @@ parameter (for batch mode), `-F` for your project file, and can then either add
 
     # module load ANSYS/<version>
     # e.g.
-    module load ANSYS ANSYS/2020R2
+    module load ANSYS/2020R2
 
     runwb2 -B -F Workbench_Taurus.wbpj -E 'Project.Update' -E 'Save(Overwrite=True)'
     #or, if you wish to use a workbench replay file, replace the -E parameters with: -R mysteps.wbjn
-- 
GitLab